aboutsummaryrefslogtreecommitdiff
path: root/src/cachestorefiles.h (follow)
AgeCommit message (Collapse)Author
2010-05-20Fixed a minor bug when a key resolved to an empty string.Mike Buland
2010-05-11Fixed an issue in the reader, it was tokenizing.Mike Buland
2010-05-11Cache store mimics the others now. I need to make a standard exception forMike Buland
cache stores to throw.
2010-05-10Added the new Bu::CacheStoreFiles, it's an uber-simple cache storage system thatMike Buland
maybe would be better to call an example than a fully fledged storage strategy. It just names files based on your keys. It's very slow, and very wasteful, and shouldn't be used long-term in most normal cache systems.