summaryrefslogtreecommitdiffstats
path: root/pym/cache/metadata_overlay.py
Commit message (Collapse)AuthorAgeFilesLines
* Replace relative imports with absolute imports for forward compatibility ↵Zac Medico2006-09-181-3/+3
| | | | | | with python 2.6. svn path=/main/trunk/; revision=4470
* Make it easy to pass alternative cache implementations into the constructor ↵Zac Medico2006-06-201-1/+2
| | | | | | as suggested by Brian Harring. svn path=/main/trunk/; revision=3547
* Use get() to simplify setitem logic as suggested by Brian Harring.Zac Medico2006-06-201-12/+10
| | | | svn path=/main/trunk/; revision=3546
* Fix it so that values are properly saved in the writable layer. Previously ↵Zac Medico2006-06-201-1/+3
| | | | | | they've been discarded, leading to regen on each access (only in cases where the user has altered an ebuild in the $PORTDIR). svn path=/main/trunk/; revision=3544
* Add a new cache.metadata_overlay module that layers a writable cache over a ↵Zac Medico2006-02-261-0/+91
readonly cache. svn path=/main/trunk/; revision=2792