Uses of Interface
mondrian.spi.SegmentCache.SegmentCacheListener
Packages that use SegmentCache.SegmentCacheListener
Package
Description
Provides primitives for policy-based caching.
Contains the server-provider interfaces (SPIs) which user-defined
extensions to Mondrian should implement.
-
Uses of SegmentCache.SegmentCacheListener in mondrian.rolap.cache
Methods in mondrian.rolap.cache with parameters of type SegmentCache.SegmentCacheListenerModifier and TypeMethodDescriptionvoidMemorySegmentCache.addListener(SegmentCache.SegmentCacheListener listener) voidMemorySegmentCache.removeListener(SegmentCache.SegmentCacheListener listener) -
Uses of SegmentCache.SegmentCacheListener in mondrian.spi
Methods in mondrian.spi with parameters of type SegmentCache.SegmentCacheListenerModifier and TypeMethodDescriptionvoidSegmentCache.addListener(SegmentCache.SegmentCacheListener listener) Adds a listener to this segment cache implementation.voidSegmentCache.removeListener(SegmentCache.SegmentCacheListener listener) Unregisters a listener from this segment cache implementation.