Uses of Interface
org.glassfish.hk2.utilities.cache.CacheKeyFilter
-
Packages that use CacheKeyFilter Package Description org.glassfish.hk2.utilities.cache org.glassfish.hk2.utilities.cache.internal org.glassfish.hk2.utilities.general org.glassfish.hk2.utilities.general.internal -
-
Uses of CacheKeyFilter in org.glassfish.hk2.utilities.cache
Methods in org.glassfish.hk2.utilities.cache with parameters of type CacheKeyFilter Modifier and Type Method Description abstract void
LRUCache. releaseMatching(CacheKeyFilter<K> filter)
This method will remove all cache entries for which this filter matchesvoid
LRUHybridCache. releaseMatching(CacheKeyFilter<K> filter)
This method will remove all cache entries for which this filter matchesvoid
WeakCARCache. releaseMatching(CacheKeyFilter<K> filter)
Releases all key/value pairs that match the filter -
Uses of CacheKeyFilter in org.glassfish.hk2.utilities.cache.internal
Methods in org.glassfish.hk2.utilities.cache.internal with parameters of type CacheKeyFilter Modifier and Type Method Description void
LRUCacheCheapRead. releaseMatching(CacheKeyFilter<K> filter)
void
WeakCARCacheImpl. releaseMatching(CacheKeyFilter<K> filter)
-
Uses of CacheKeyFilter in org.glassfish.hk2.utilities.general
Methods in org.glassfish.hk2.utilities.general with parameters of type CacheKeyFilter Modifier and Type Method Description void
WeakHashClock. releaseMatching(CacheKeyFilter<K> filter)
Releases all key/value pairs that match the filtervoid
WeakHashLRU. releaseMatching(CacheKeyFilter<K> filter)
Releases all keys that match the filter -
Uses of CacheKeyFilter in org.glassfish.hk2.utilities.general.internal
Methods in org.glassfish.hk2.utilities.general.internal with parameters of type CacheKeyFilter Modifier and Type Method Description void
WeakHashClockImpl. releaseMatching(CacheKeyFilter<K> filter)
void
WeakHashLRUImpl. releaseMatching(CacheKeyFilter<K> filter)
-