public static interface SegmentCache.SegmentCacheListener
SegmentCache.SegmentCacheListener objects are used to listen
 to the state of the cache and be notified of changes to its
 state or its entries. Mondrian will automatically register
 a listener with the implementations it uses.
 Implementations of SegmentCache should only send events if the
 cause of the event is not Mondrian itself. Only in cases where
 the cache gets updated by other Mondrian nodes or by a third
 party application is it required to use this interface.| Modifier and Type | Interface and Description | 
|---|---|
static interface  | 
SegmentCache.SegmentCacheListener.SegmentCacheEvent
Defines the event types that a listener can look for. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
handle(SegmentCache.SegmentCacheListener.SegmentCacheEvent e)
Handle an event 
 | 
void handle(SegmentCache.SegmentCacheListener.SegmentCacheEvent e)
e - Event to handle.Copyright © 2017 Hitachi Vantara. All rights reserved.