summaryrefslogtreecommitdiff
path: root/repoze/lru/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Adding CacheMaker with(tests + docs)julien tayon2012-07-041-0/+70
* added cache statiticsJeremiah Ness2012-06-061-2/+29
* Use lock-as-context manager to avoid race condition (issue #10).Tres Seaver2012-03-241-17/+5
* Add "expiry" feature to the decoratorStefan Nordhausen2012-01-181-3/+12
* Add ExpiringLRUCache class.Stefan Nordhausen2012-01-171-1/+129
* - Rename _marker to _MARKER to make pylint happy.Stefan Nordhausen2012-01-161-9/+17
* If self.invalidate deletes an entry at just the wrong time, the "delStefan Nordhausen2012-01-161-25/+49
* __init__.py:Stefan Nordhausen2012-01-131-16/+18
* __init__.py:Stefan Nordhausen2012-01-131-4/+14
* get() does not set self.hand anymore.Stefan Nordhausen2012-01-131-4/+0
* prep for mergeChris McDonough2011-08-161-1/+2
* Added Python 3 support.Joel Bohman2011-08-161-1/+5
* Add a thread lock around clear logic.Chris McDonough2009-06-161-7/+11
* Add a clear method; prep for 0.2.Chris McDonough2009-06-151-2/+6
* Break out the BFG lru cache implementation into a shareable package.Chris McDonough2009-06-141-0/+89