Package | Description |
---|---|
org.glassfish.hk2.utilities.cache | |
org.glassfish.hk2.utilities.cache.internal |
Modifier and Type | Method and Description |
---|---|
void |
LRUHybridCache.releaseMatching(CacheKeyFilter<K> filter)
This method will remove all cache entries for which this filter
matches
|
abstract void |
LRUCache.releaseMatching(CacheKeyFilter<K> filter)
This method will remove all cache entries for which this filter
matches
|
Modifier and Type | Method and Description |
---|---|
void |
LRUCacheCheapRead.releaseMatching(CacheKeyFilter<K> filter) |
Copyright © 2009–2015 Oracle Corporation. All rights reserved.