Uses of Interface
mondrian.rolap.cache.SmartCache
-
Uses of SmartCache in mondrian.rolap.cache
Modifier and TypeClassDescriptionclass
HardSmartCache<K,
V> An implementation ofSmartCache
that uses hard references.class
SmartCacheImpl<K,
V> A base implementation of theSmartCache
interface which enforces synchronization with a ReadWrite lock.class
SoftSmartCache<K,
V> An implementation ofSmartCacheImpl
which uses aReferenceMap
as a backing object.