Documentation ¶
Directories ¶
Path | Synopsis |
---|---|
Package fifo enables caching bytes of data using an in-memory First-In-First-Out cache.
|
Package fifo enables caching bytes of data using an in-memory First-In-First-Out cache. |
Package lfu enables caching bytes of data using an in-memory Least Frequently Used cache.
|
Package lfu enables caching bytes of data using an in-memory Least Frequently Used cache. |
Package lfuda enables caching bytes of data using an in-memory LFU with Dynamic Ageing cache.
|
Package lfuda enables caching bytes of data using an in-memory LFU with Dynamic Ageing cache. |
Package lifo enables caching bytes of data using an in-memory Last-In-First-Out cache.
|
Package lifo enables caching bytes of data using an in-memory Last-In-First-Out cache. |
Package lru enables caching bytes of data using an in-memory Least Recently Used cache.
|
Package lru enables caching bytes of data using an in-memory Least Recently Used cache. |
Package mru enables caching bytes of data using an in-memory Most Recently Used cache.
|
Package mru enables caching bytes of data using an in-memory Most Recently Used cache. |
Click to show internal directories.
Click to hide internal directories.