org.glassfish.hk2.utilities.cache
Interface CacheEntry


public interface CacheEntry

This can be used to remove a specific cache entry from the cache, for better control of the caching release semantics

Author:
jwells

Method Summary
 void removeFromCache()
          Call this method on this entry to remove it from the LRUCache.
 

Method Detail

removeFromCache

void removeFromCache()
Call this method on this entry to remove it from the LRUCache. If this entry has already been removed this method will do nothing.



Copyright © 2012 Oracle Corporation. All Rights Reserved.