Package mondrian.rolap.cache
Interface SmartCache.SmartCacheTask<K,V>
-
- Enclosing interface:
- SmartCache<K,V>
public static interface SmartCache.SmartCacheTask<K,V>
Defines a task to be run over the entries of the cache. Used in conjunction withexecute(Iterator)
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
execute(Iterator<Map.Entry<K,V>> iterator)
-