Uses of Interface
mondrian.rolap.cache.SmartCache
Packages that use SmartCache
-
Uses of SmartCache in mondrian.rolap.cache
Classes in mondrian.rolap.cache that implement SmartCacheModifier and TypeClassDescriptionclassHardSmartCache<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.