gov.nasa.worldwind.cache
Interface MemoryCache.CacheListener
- Enclosing interface:
- MemoryCache
public static interface MemoryCache.CacheListener
Provides the interface for cache clients to be notified of key events. Currently the only key event is the
removal of an entry from the cache. A client may need to know a removal instigated by the cache occurred in order
to adjust its own state or to free resources associated with the removed entry.
entryRemoved
void entryRemoved(Object key,
Object clientObject)