summaryrefslogtreecommitdiff
path: root/pylru.py
Commit message (Expand)AuthorAgeFilesLines
* Finished refactoring.Jay Hutchinson2011-07-211-18/+19
* Factored write-though/write-back behavior into different classes.Jay Hutchinson2011-07-211-104/+135
* A little code clean up.Jay Hutchinson2011-07-201-32/+72
* Added keys(), values(), items(), and flush() to lruwrap class.Jay Hutchinson2011-07-151-1/+37
* Fixed two bugs in lruwrap class.Jay Hutchinson2011-07-151-1/+8
* Cache methods keys(), values(), and items() now return iterators.Jay Hutchinson2011-07-101-9/+29
* Added keys, values, and items to allow iterationJuan Batiz-Benet2011-07-101-1/+16
* removed stray tabs and stripped excess whitespace in pylru.py, test.py, andJuan Batiz-Benet2011-07-101-68/+71
* Removed unnecessary __del__ from lrucache. Added a few comments.Jay Hutchinson2010-10-101-20/+6
* Added some files to get pylru ready for distribution on PyPI.v0.9.0Jay Hutchinson2010-09-081-0/+368