Cache
- public class Cache
Caching Helper Class used for all caches in the CaosDB Server.
The actual work is delegated to an instance of
JCSCacheHelper
. However, the delegateDELEGATE
can be be overridden for testing purposes withsetDelegate(Cache)
.- Author:
Timm Fitschen (t.fitschen@indiscale.com)
Methods
getCache
setDelegate
- public static void setDelegate(CacheHelper delegate)