Class HardSmartCache<K,V>

java.lang.Object
mondrian.rolap.cache.SmartCacheImpl<K,V>
mondrian.rolap.cache.HardSmartCache<K,V>
All Implemented Interfaces:
SmartCache<K,V>

public class HardSmartCache<K,V> extends SmartCacheImpl<K,V>
An implementation of SmartCache that uses hard references. Used for testing.