Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-20 | Fixed a minor bug when a key resolved to an empty string. | Mike Buland | |
2010-05-11 | Fixed an issue in the reader, it was tokenizing. | Mike Buland | |
2010-05-11 | Cache store mimics the others now. I need to make a standard exception for | Mike Buland | |
cache stores to throw. | |||
2010-05-10 | Added the new Bu::CacheStoreFiles, it's an uber-simple cache storage system that | Mike 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. |