summaryrefslogtreecommitdiff
path: root/repoze/lru/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* 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