Uses of Interface
mondrian.rolap.cache.SmartCache.SmartCacheTask
-
Packages that use SmartCache.SmartCacheTask Package Description mondrian.rolap.cache Provides primitives for policy-based caching. -
-
Uses of SmartCache.SmartCacheTask in mondrian.rolap.cache
Methods in mondrian.rolap.cache with parameters of type SmartCache.SmartCacheTask Modifier and Type Method Description void
SmartCache. execute(SmartCache.SmartCacheTask<K,V> task)
Executes a task over the contents of the cache and guarantees exclusive write access while processing.void
SmartCacheImpl. execute(SmartCache.SmartCacheTask<K,V> task)
-