summaryrefslogtreecommitdiffstats
path: root/pym/cache/sqlite.py
Commit message (Collapse)AuthorAgeFilesLines
* Add a new sqlite cache module (one I wrote) that has acceptable performance.Zac Medico2006-05-011-0/+237
| | | | svn path=/main/trunk/; revision=3299
* Remove sqlite.py because it's performance is unacceptable and it is ↵Zac Medico2006-05-011-67/+0
| | | | | | therefore useless. svn path=/main/trunk/; revision=3298
* replacement cache subsystem that's gestated in 2.1 and 3.0.Brian Harring2005-11-051-0/+67
it rocks your world, baby. svn path=/main/branches/2.0/; revision=2257