Uses of Interface
mondrian.rolap.cache.SmartCache
-
Packages that use SmartCache Package Description mondrian.rolap.cache Provides primitives for policy-based caching. -
-
Uses of SmartCache in mondrian.rolap.cache
Classes in mondrian.rolap.cache that implement SmartCache Modifier and Type Class Description classHardSmartCache<K,V>An implementation ofSmartCachethat uses hard references.classSmartCacheImpl<K,V>A base implementation of theSmartCacheinterface which enforces synchronization with a ReadWrite lock.classSoftSmartCache<K,V>An implementation ofSmartCacheImplwhich uses aReferenceMapas a backing object.
-