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 voidLRUCache. releaseMatching(CacheKeyFilter<K> filter)This method will remove all cache entries for which this filter matchesvoidLRUHybridCache. releaseMatching(CacheKeyFilter<K> filter)This method will remove all cache entries for which this filter matchesvoidWeakCARCache. 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 voidLRUCacheCheapRead. releaseMatching(CacheKeyFilter<K> filter)voidWeakCARCacheImpl. 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 voidWeakHashClock. releaseMatching(CacheKeyFilter<K> filter)Releases all key/value pairs that match the filtervoidWeakHashLRU. 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 voidWeakHashClockImpl. releaseMatching(CacheKeyFilter<K> filter)voidWeakHashLRUImpl. releaseMatching(CacheKeyFilter<K> filter)
-