Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-16 | They keys can be accessed now for all stores that support it, they pretty much | Mike Buland | |
all should, but they don't really haaave to. | |||
2008-12-03 | Alright, the caching system now passes the basic CRUD tests with arbitrary | Mike Buland | |
keytypes. It doesn't yet use the stackable CacheStore concept, but the code is all in place to make it easy to switch to. There also needs to be some more accounting code in place, so that we can actually use the Schedulers, whatever they happen to be called in the future. A whacky side note, it turns out that we totally need to ensure an object is loaded from the cache in order to delete it, we can't ensure that any references to other objects that are in the cache will be loaded otherwise. | |||
2008-12-01 | Wow, that's a lot of changes. You can use anything as a key now, as long as it | Mike Buland | |
can be hashed. And we're about to test actually loading and saving persistant cache items. Fun. |