Uses of Package
org.glassfish.hk2.utilities.cache

Packages that use org.glassfish.hk2.utilities.cache
org.glassfish.hk2.utilities.cache   
org.glassfish.hk2.utilities.cache.internal   
 

Classes in org.glassfish.hk2.utilities.cache used by org.glassfish.hk2.utilities.cache
CacheEntry
          This can be used to remove a specific cache entry from the cache, for better control of the caching release semantics
LRUCache
          A cache that contains a certain number of entries, and whose oldest accessed entries are removed when removal is necessary.
 

Classes in org.glassfish.hk2.utilities.cache used by org.glassfish.hk2.utilities.cache.internal
CacheEntry
          This can be used to remove a specific cache entry from the cache, for better control of the caching release semantics
LRUCache
          A cache that contains a certain number of entries, and whose oldest accessed entries are removed when removal is necessary.
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.