repoze / repoze.lru

Tiny LRU cache
http://pypi.python.org/pypi/repoze.lru/
Other
103 stars 24 forks source link

Fix issue 2: LRUCache will evict entries even though not full #5

Closed snordhausen closed 12 years ago

snordhausen commented 12 years ago

get() does not set self.hand any more, so no entries will be evicted before the cache is really full.