summaryrefslogtreecommitdiffstats
path: root/pym/cache/metadata_overlay.py
Commit message (Expand)AuthorAgeFilesLines
* Replace relative imports with absolute imports for forward compatibility with...Zac Medico2006-09-181-3/+3
* Make it easy to pass alternative cache implementations into the constructor a...Zac Medico2006-06-201-1/+2
* Use get() to simplify setitem logic as suggested by Brian Harring.Zac Medico2006-06-201-12/+10
* Fix it so that values are properly saved in the writable layer. Previously t...Zac Medico2006-06-201-1/+3
* Add a new cache.metadata_overlay module that layers a writable cache over a r...Zac Medico2006-02-261-0/+91