Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 377 Bytes

README.rst

File metadata and controls

9 lines (7 loc) · 377 Bytes

repoze.lru

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. It works under Python 2.7 and Python 3.4+.

Please see docs/index.rst for detailed documentation, or view them online at http://docs.repoze.org/lru/.