public static class CachePolicyListener
extends java.lang.Object
CachePolicy and a Cache implementation
to notify about cached object eviction.
Note that CachePolicy implementations typically use
object equality when removing listeners, so concrete
implementations of this interface should also pay attention to
their Object#equals(Object) and Object#hashCode()
methods.