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.
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.
Website: | http://pypi.python.org/pypi/repoze.lru |
---|---|
License: | BSD |
Vendor: | Fedora Project |
Group: | development/libraries |
python-repoze-lru-0.4-3.el6.noarch [12 KiB] |
Changelog
by Ralph Bean (2013-02-11):
- Removed clean section. - Removed defattr. - Removed removing of buildroot in install section. - Added removal of egg-info in prep section. - Added python3 subpackage. |