Uses of Interface
org.glassfish.hk2.utilities.cache.CacheKeyFilter
Packages that use CacheKeyFilter
Package
Description
-
Uses of CacheKeyFilter in org.glassfish.hk2.utilities.cache
Methods in org.glassfish.hk2.utilities.cache with parameters of type CacheKeyFilterModifier and TypeMethodDescriptionabstract 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 CacheKeyFilterModifier and TypeMethodDescriptionvoidLRUCacheCheapRead.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 CacheKeyFilterModifier and TypeMethodDescriptionvoidWeakHashClock.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 CacheKeyFilterModifier and TypeMethodDescriptionvoidWeakHashClockImpl.releaseMatching(CacheKeyFilter<K> filter) voidWeakHashLRUImpl.releaseMatching(CacheKeyFilter<K> filter)