summaryrefslogtreecommitdiffstats
path: root/pym/cache/volatile.py
Commit message (Collapse)AuthorAgeFilesLines
* Implement iterkeys on top of __iter__ instead of vice versa. Thanks to ↵Zac Medico2007-06-221-1/+1
| | | | | | Brian Harring for the suggestion. (trunk r6918) svn path=/main/branches/2.1.2/; revision=6934
* Make _setitem do a deepcopy just in case.Zac Medico2006-12-261-1/+3
| | | | svn path=/main/trunk/; revision=5394
* Add volatile cache module missing from the previous commit.Zac Medico2006-12-221-0/+25
svn path=/main/trunk/; revision=5355