| 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-2016 Oracle Corporation. All Rights Reserved.