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 class
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.
-