Name: | python-repoze-lru |
---|---|
Version: | 0.4 |
Release: | 3.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 20643 |
License: | BSD |
RPM: | python-repoze-lru-0.4-3.el7.noarch.rpm |
Source RPM: | python-repoze-lru-0.4-3.el7.src.rpm |
Build Date: | Tue Feb 17 2015 |
Build Host: | ca-build56.us.oracle.com |
Vendor: | Oracle America |
URL: | http://pypi.python.org/pypi/repoze.lru |
Summary: | A tiny LRU cache implementation and decorator |
Description: | 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. |