K
- Key type.public static interface LRUHybridCache.CycleHandler<K>
Modifier and Type | Method and Description |
---|---|
void |
handleCycle(K key)
Handle cycle that was detected while computing a cache value
for given key.
|
void handleCycle(K key)
key
- instance that caused the cycle.Copyright © 2009–2023 Oracle Corporation. All rights reserved.