| Callback interface between
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.
author: Alex Boisvert version: $Id: CachePolicyListener.java,v 1.3 2003/11/01 13:25:41 dranatunga Exp $ |