blob: 306d36cda0b2899aa5ae1666724617b8a5c83b06 [file] [log] [blame]
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.5,
Python 2.6, Python 2.7, and Python 3.2.
Please see ``docs/index.rst`` for detailed documentation, or view them
online at http://docs.repoze.org/lru/.