Package mondrian.rolap
Class SmartIncrementalCache<K,V extends Collection>
java.lang.Object
mondrian.rolap.SmartIncrementalCache<K,V>
Uses a SmartCache to store a collection of values.
Supplements put operations with an "addToEntry", which
supports incrementally adding to the collection associated
with key.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
SmartIncrementalCache
public SmartIncrementalCache()
-
-
Method Details
-
put
-
get
-
clear
public void clear() -
addToEntry
-