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 class
HardSmartCache<K,V>
An implementation ofSmartCache
that uses hard references.class
SoftSmartCache<K,V>
An implementation ofSmartCacheImpl
which uses aReferenceMap
as a backing object.
-