Directories
¶
Path | Synopsis |
---|---|
lfu (least frequently counter) will overwrite cached items that have been counter the least when the cache limit is reached.
|
lfu (least frequently counter) will overwrite cached items that have been counter the least when the cache limit is reached. |
lru (least recently lastUsed) will overwrite cached items that have been lastUsed the least when the cache limit is reached.
|
lru (least recently lastUsed) will overwrite cached items that have been lastUsed the least when the cache limit is reached. |
tlru (time aware least recently lastUsed) has the same overwriting strategy as LRU, but adds a lifetime to objects on creation.
|
tlru (time aware least recently lastUsed) has the same overwriting strategy as LRU, but adds a lifetime to objects on creation. |
Click to show internal directories.
Click to hide internal directories.