Changes for version 1.08 - 2015-01-22

  • try to avoid some race conditions (thanks, Petr PísaÅ™)
  • typo fixes (thanks, David Steinbrunner)

Modules

abstract cache base class
abstract cache tester base class
the Cache interface.
data about objects in the cache
component object for managing the size of caches
a class for regression testing caches
miscellaneous utility routines
a filesystem based persistence mechanism
implements the Cache interface.
a memory based persistence mechanism
implements the Cache interface.
implements the Cache interface.
the data stored in a Cache.
a shared memory based persistence mechanism
extends the MemoryCache.
extends the Cache interface.
a class for regression testing size aware caches
extends Cache::FileCache
extends Cache::MemoryCache
extends Cache::SizeAwareMemoryCache