Package | Description |
---|---|
org.cache2k |
API package for cache2k Java caching library.
|
org.cache2k.processor |
Entry processor and supporting types for custom atomic operations on a cache entry.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CacheEntry<K,V>
Object representing a cache entry.
|
Modifier and Type | Method and Description |
---|---|
SimpleCacheEntry<K,V> |
ForwardingCache.getSimpleEntry(K key) |
SimpleCacheEntry<K,V> |
AbstractCache.getSimpleEntry(K key)
Calls
AbstractCache.getEntry(Object) to be backwards compatible to 1.0 |
SimpleCacheEntry<K,V> |
Cache.getSimpleEntry(K key)
Returns an entry that contains the cache value associated with the given key.
|
SimpleCacheEntry<K,V> |
ForwardingCache.peekSimpleEntry(K key) |
SimpleCacheEntry<K,V> |
AbstractCache.peekSimpleEntry(K key)
Calls
AbstractCache.peekEntry(Object) , to be backwards compatible to 1.0 |
SimpleCacheEntry<K,V> |
Cache.peekSimpleEntry(K key)
Returns an entry that contains the cache value associated with the given key.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MutableCacheEntry<K,V>
A mutable entry is used inside the
EntryProcessor to perform
updates and retrieve information from a cache entry. |
cache2k API documentation. Copyright © 2000–2018 headissue GmbH, Munich.