Package | Description |
---|---|
org.glassfish.hk2.utilities.cache |
Constructor and Description |
---|
LRUHybridCache(int maxCacheSize,
Computable<K,HybridCacheEntry<V>> computable,
LRUHybridCache.CycleHandler<K> cycleHandler)
Create new cache with given computable and cycleHandler.
|
Copyright © 2009–2023 Oracle Corporation. All rights reserved.