6670f0b757
- http://cheeseshop.python.org/ -> https://pypi.python.org/ - http://pypi.python.org/ -> https://pypi.python.org/ With hat: python Approved by: bapt (portmgr)
5 lines
240 B
Text
5 lines
240 B
Text
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
|