Directories ¶
Path | Synopsis |
---|---|
Package concurrent providers a cache container wrapper for safe concurrent access.
|
Package concurrent providers a cache container wrapper for safe concurrent access. |
Package memory providers in-memory cache containers.
|
Package memory providers in-memory cache containers. |
arc
Package arc providers an in-memory cache container using ARC (adaptive/adjustable replacement cache) arithmetic.
|
Package arc providers an in-memory cache container using ARC (adaptive/adjustable replacement cache) arithmetic. |
fifo
Package fifo providers an in-memory cache container using FIFO (first in first out) arithmetic.
|
Package fifo providers an in-memory cache container using FIFO (first in first out) arithmetic. |
lfu
Package lfu providers an in-memory cache container using LFU (least frequently used) arithmetic.
|
Package lfu providers an in-memory cache container using LFU (least frequently used) arithmetic. |
lru
Package lru providers an in-memory cache Container using LRU (least recently used) arithmetic.
|
Package lru providers an in-memory cache Container using LRU (least recently used) arithmetic. |
mru
Package mru providers an in-memory cache Container using MRU (most recently used) arithmetic.
|
Package mru providers an in-memory cache Container using MRU (most recently used) arithmetic. |
Package multilevel providers a cache container wrapper for wrapping multi-level containers.
|
Package multilevel providers a cache container wrapper for wrapping multi-level containers. |
Click to show internal directories.
Click to hide internal directories.