Generic cache. More...
Each data object has a name which is its load key. The pure virtual loadNew() method must be overridden to provide specific object loading behaviour.
Construct a cache, and attach a resource stream that will be used to load new objects from.
[virtual]
Load an object from the cache.
Returns the resource stream associated with this cache.