Package | Description |
---|---|
org.cache2k.core |
Modifier and Type | Method and Description |
---|---|
<T> T |
HeapCache.executeWithGlobalLock(Job<T> job)
Execute job while making sure that no other operations are going on.
|
<T> T |
SegmentedEviction.runLocked(Job<T> j) |
<T> T |
Eviction.runLocked(Job<T> j)
Runs job making sure concurrent evictions operations pause.
|
<T> T |
AbstractEviction.runLocked(Job<T> j) |
<T> T |
Hash2.runTotalLocked(Job<T> j)
Lock all segments and run the job.
|
cache2k API documentation. Copyright © 2000–2018 headissue GmbH, Munich.