Interface OnChangeEvictingCache.Listener

  • Enclosing class:
    OnChangeEvictingCache

    public static interface OnChangeEvictingCache.Listener
    A 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.