cache/

directory
v0.10.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 2, 2019 License: BSD-3-Clause

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL