Uses of Package
org.cache2k
-
Packages that use org.cache2k Package Description org.cache2k Main package for cache2k API containing functions to build and access a cache.org.cache2k.config 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.io Loader and writer to integrate with external data sources.org.cache2k.operation Operational aspects of a cache, like accessing statistics, basic information, change runtime parameters and customizations that augment general behavior.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. -
Classes in org.cache2k used by org.cache2k Class Description AdvancedKeyValueSource Deprecated.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 aCacheinstance.CacheEntry Object representing a cache entry.CacheException Base class of all cache exceptions.CacheManager A cache manager holds a set of caches.CacheOperationCompletionListener Deprecated.to be removed in 2.2Customization A customization dealing with cached data.DataAware Parent for all interfaces dealing with cached data.KeyValueSource Reduced interface to return a value selected by a key object.KeyValueStore Deprecated. -
Classes in org.cache2k used by org.cache2k.config Class 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.Cache2kBuilder Builder to create aCacheinstance.CacheManager A cache manager holds a set of caches.DataAware Parent for all interfaces dealing with cached data.DataAwareCustomization Parent for all customizations dealing with cached data. -
Classes in org.cache2k used by org.cache2k.event Class 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.DataAware Parent for all interfaces dealing with cached data. -
Classes in org.cache2k used by org.cache2k.expiry Class Description CacheEntry Object representing a cache entry.DataAware Parent for all interfaces dealing with cached data. -
Classes in org.cache2k used by org.cache2k.integration Class Description CacheEntry Object representing a cache entry.CacheException Base class of all cache exceptions.Customization A customization dealing with cached data.CustomizationException Wraps an exception thrown from a cache customization such as theExpiryPolicyorCacheLoader.DataAware Parent for all interfaces dealing with cached data.DataAwareCustomization Parent for all customizations dealing with cached data. -
Classes in org.cache2k used by org.cache2k.io Class Description Cache2kBuilder Builder to create aCacheinstance.CacheEntry Object representing a cache entry.CacheException Base class of all cache exceptions.Customization A customization dealing with cached data.CustomizationException Wraps an exception thrown from a cache customization such as theExpiryPolicyorCacheLoader.DataAware Parent for all interfaces dealing with cached data.DataAwareCustomization Parent for all customizations dealing with cached data. -
Classes in org.cache2k used by org.cache2k.operation Class 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.Customization A customization dealing with cached data.DataAware Parent for all interfaces dealing with cached data.DataAwareCustomization Parent for all customizations dealing with cached data. -
Classes in org.cache2k used by org.cache2k.processor Class Description CacheEntry Object representing a cache entry.CacheException Base class of all cache exceptions.DataAware Parent for all interfaces dealing with cached data. -
Classes in org.cache2k used by org.cache2k.spi Class 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.