Package org.eclipse.xtext.util
Interface OnChangeEvictingCache.Listener
-
- Enclosing class:
- OnChangeEvictingCache
public static interface OnChangeEvictingCache.ListenerA simple cache listener. It will be notified if the cache is cleared. The notification will only occur once. Listeners that are interested in subsequent notifications have to re-add themselves.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonEvict(OnChangeEvictingCache.CacheAdapter cache)
-
-
-
Method Detail
-
onEvict
void onEvict(OnChangeEvictingCache.CacheAdapter cache)
-
-