Package | Description |
---|---|
org.cache2k |
API package for cache2k Java caching library.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AdvancedKeyValueSource<K,V>
KeyValueSource with bulk get and prefetching. |
interface |
Cache<K,V>
A cache is similar to a map or a key value store, allowing to retrieve and
update values which are associated to keys.
|
interface |
KeyValueStore<K,V>
Reduced interface for read/write data access.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCache<K,V>
Base class for implementations of the cache interface.
|
class |
ForwardingCache<K,V>
Wrapper class that forwards all method calls to a delegate.
|
cache2k API documentation. Copyright © 2000–2017 headissue GmbH, Munich.