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 SingletonCacheRegistry
class 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 TheFileCacheBase
is 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 SimpleHint
is an implementation of theCacheHint
interface. -
Exception Summary Exception Description CacheException