Package | Description |
---|---|
org.cache2k |
API package for cache2k Java caching library.
|
org.cache2k.configuration |
The cache configuration as a Java bean and support types.
|
org.cache2k.event |
Events that are fired on behalf of a cache operation.
|
org.cache2k.expiry |
Set of interfaces for customizing the expiry behavior.
|
org.cache2k.integration |
Loader and writer to integrate with external data sources.
|
org.cache2k.processor |
Entry processor and supporting types for custom atomic operations on a cache entry.
|
org.cache2k.spi |
Service provider interface that is used by the cache2k implementation.
|
Class and Description |
---|
AdvancedKeyValueSource
KeyValueSource with bulk get and prefetching. |
Cache
A cache is similar to a map or a key value store, allowing to retrieve and
update values which are associated to keys.
|
Cache2kBuilder
Builder to create a
Cache instance. |
CacheEntry
Object representing a cache entry.
|
CacheException
Base class of all cache exceptions.
|
CacheManager
A cache manager holds a set of caches.
|
CacheOperationCompletionListener
A listener implemented by the cache client to get notification about the
completion of a load or prefetch operation.
|
KeyValueSource
Reduced interface to return a value selected by a key object.
|
KeyValueStore
Reduced interface for read/write data access.
|
Class and Description |
---|
CacheManager
A cache manager holds a set of caches.
|
Class and Description |
---|
Cache
A cache is similar to a map or a key value store, allowing to retrieve and
update values which are associated to keys.
|
CacheEntry
Object representing a cache entry.
|
Class and Description |
---|
CacheEntry
Object representing a cache entry.
|
Class and Description |
---|
CacheEntry
Object representing a cache entry.
|
CacheException
Base class of all cache exceptions.
|
CustomizationException
Wraps an exception thrown from a cache customization such as the
ExpiryPolicy or CacheLoader . |
Class and Description |
---|
CacheEntry
Object representing a cache entry.
|
CacheException
Base class of all cache exceptions.
|
Class and Description |
---|
Cache
A cache is similar to a map or a key value store, allowing to retrieve and
update values which are associated to keys.
|
CacheManager
A cache manager holds a set of caches.
|
cache2k API documentation. Copyright © 2000–2017 headissue GmbH, Munich.