Uses of Class
mondrian.rolap.cache.SmartCacheImpl
-
Packages that use SmartCacheImpl Package Description mondrian.rolap.cache Provides primitives for policy-based caching. -
-
Uses of SmartCacheImpl in mondrian.rolap.cache
Subclasses of SmartCacheImpl in mondrian.rolap.cache Modifier and Type Class Description classHardSmartCache<K,V>An implementation ofSmartCachethat uses hard references.classSoftSmartCache<K,V>An implementation ofSmartCacheImplwhich uses aReferenceMapas a backing object.
-