Package com.microstrategy.utils.cache
-
Interface Summary Interface Description Cache Cache interface.CacheHint Every item stored in the cache is keyed by aCacheHint. -
Class Summary Class Description CacheBase Base class for caches.CacheRegistry SingletonCacheRegistryclass keeps track of all caches in the JVM.CustomizationsAwareCache This is an abstract base class for those Caches whose content can be affected by a customization.CustomResourceBundleCache FileCacheBase TheFileCacheBaseis the base class for cached objects that depend on a single file, that is, the file they depend on cannot be customized through the plug-ins infrastructure, nor can it internally depend on other configuration files.PropertiesCache ResourceBundleCache SimpleHint SimpleHintis an implementation of theCacheHintinterface. -
Exception Summary Exception Description CacheException