| 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.jcache |
Support for using the JCache API with cache2k, that allows additional configuration.
|
| 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.
|
| IntCache
Specialized version of
Cache for int keys. |
| IntKeyValueSource
Specialized version of
KeyValueSource for int keys. |
| IntKeyValueStore
Specialized version of
KeyValueStore for int keys. |
| KeyValueSource
Reduced interface to return a value selected by a key object.
|
| KeyValueStore
Reduced interface for read/write data access.
|
| LongCache
Specialized version of
Cache for long keys. |
| LongKeyValueSource
Specialized version of
KeyValueSource for long keys. |
| LongKeyValueStore
Specialized version of
KeyValueStore for long keys. |
| TimeReference
Marker interface for different time sources.
|
| Class and Description |
|---|
| CacheManager
A cache manager holds a set of caches.
|
| TimeReference
Marker interface for different time sources.
|
| 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 |
|---|
| Cache2kBuilder
Builder to create a
Cache instance. |
| 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–2019 headissue GmbH, Munich.