blob: e1f23c9bd9d0165bcb1a1b30410a45a618b746ed (
plain) (
tree)
|
|
repoze.lru is a LRU (least recently used) cache implementation.
Keys and values that are not used frequently will be evicted
from the cache faster than keys and values that are used frequently.
WWW: https://pypi.python.org/pypi/repoze.lru
|