aboutsummaryrefslogtreecommitdiff
path: root/src/unstable/cacheobject.h (follow)
AgeCommit message (Expand)Author
2015-09-13The cache wasn't accessible from CacheObject decendants that were const.Mike Buland
2015-08-25Added more lock/unlock features to the cache Lockers. That...was a weirdMike Buland
2015-06-16Const chnaged functions. I think this makes sense.Mike Buland
2014-07-22Deferred erase now works on cache entries. You can erase a cache entry whileMike Buland
2014-02-03Changed copyright to 2007-2014.Mike Buland
2014-01-22Updated the cache system. It now ensures that objects are initialized withMike Buland
2013-07-20Added a Locker class to the Bu::CacheObject base class. This is a super simpleMike Buland
2013-04-08Minor tweaks to the cache object base class. The per-object mutex is actuallyMike Buland
2013-03-25Corrected a pure virtual call issue while destroying caches.Mike Buland
2013-03-18Cache object handles changed() events when no cache has been set cleanly now.Mike Buland
2013-03-17The new cache system has been broken out into it's individual headers, and isMike Buland