Interface | Description |
---|---|
Job<T> |
A callable function.
|
OptimisticLock |
Interface for a lock that allows an optimistic read by comparing
a stamp value.
|
ThreadFactoryProvider |
Provider interface for a thread factory.
|
Class | Description |
---|---|
DefaultThreadFactoryProvider |
Provide the default implementation for the thread factory.
|
GlobalThreadFactory |
Factory which names the threads uniquely.
|
Locks |
Internal factory for lock implementations.
|
NonOptimisticLock |
Fallback locking mechanism when
StampedLock is not available. |
OptimisticLockStamped |
Optimistic lock backed by a Java 8
StampedLock |
cache2k API documentation. Copyright © 2000–2018 headissue GmbH, Munich.