Uses of Interface
mondrian.spi.SegmentCache
Package
Description
Manages a cache of aggregates containing cell values.
Provides primitives for policy-based caching.
Contains the server-provider interfaces (SPIs) which user-defined
extensions to Mondrian should implement.
-
Uses of SegmentCache in mondrian.rolap.agg
Modifier and TypeMethodDescriptionstatic List<SegmentCache>
SegmentCacheWorker.initCache()
Instantiates a cache.ModifierConstructorDescriptionSegmentCacheWorker
(SegmentCache cache, Thread cacheMgrThread) Creates a worker. -
Uses of SegmentCache in mondrian.rolap.cache
Modifier and TypeClassDescriptionclass
Implementation ofSegmentCache
that stores segments in memory. -
Uses of SegmentCache in mondrian.spi
Modifier and TypeMethodDescriptionstatic List<SegmentCache>
SegmentCache.SegmentCacheInjector.getCaches()
Modifier and TypeMethodDescriptionstatic void
SegmentCache.SegmentCacheInjector.addCache
(SegmentCache cache) Adds aSegmentCache
instance for Mondrian's use.