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 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 CacheKeyFilterModifier and TypeMethodDescriptionvoid
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 CacheKeyFilterModifier and TypeMethodDescriptionvoid
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 CacheKeyFilterModifier and TypeMethodDescriptionvoid
WeakHashClockImpl.releaseMatching
(CacheKeyFilter<K> filter) void
WeakHashLRUImpl.releaseMatching
(CacheKeyFilter<K> filter)