- Cache<K,T> - Interface in org.cache2k
-
Interface to the cache2k cache implementation.
- Cache2kCoreProvider - Class in org.cache2k.spi
-
For API internal use only.
- Cache2kCoreProvider() - Constructor for class org.cache2k.spi.Cache2kCoreProvider
-
- Cache2kExtensionProvider - Interface in org.cache2k.spi
-
Interface for a generic cache2k extension.
- CacheBuilder<K,T> - Class in org.cache2k
-
- CacheBuilder() - Constructor for class org.cache2k.CacheBuilder
-
- CacheConfig - Class in org.cache2k
-
Cache configuration.
- CacheConfig() - Constructor for class org.cache2k.CacheConfig
-
- CacheEntry<K,T> - Interface in org.cache2k
-
Object representing a cache entry.
- CacheException - Exception in org.cache2k
-
Base class of all cache exceptions.
- CacheException() - Constructor for exception org.cache2k.CacheException
-
- CacheException(String) - Constructor for exception org.cache2k.CacheException
-
- CacheException(String, Throwable) - Constructor for exception org.cache2k.CacheException
-
- CacheException(Throwable) - Constructor for exception org.cache2k.CacheException
-
- CacheException(String, Throwable, boolean, boolean) - Constructor for exception org.cache2k.CacheException
-
- CacheManager - Class in org.cache2k
-
- CacheManager() - Constructor for class org.cache2k.CacheManager
-
- CacheMisconfigurationException - Exception in org.cache2k
-
A misconfiguration upon cache initialization is detected.
- CacheMisconfigurationException() - Constructor for exception org.cache2k.CacheMisconfigurationException
-
- CacheMisconfigurationException(String) - Constructor for exception org.cache2k.CacheMisconfigurationException
-
- CacheMisconfigurationException(String, Throwable) - Constructor for exception org.cache2k.CacheMisconfigurationException
-
- CacheMisconfigurationException(Throwable) - Constructor for exception org.cache2k.CacheMisconfigurationException
-
- CacheMisconfigurationException(String, Throwable, boolean, boolean) - Constructor for exception org.cache2k.CacheMisconfigurationException
-
- cacheSource - Variable in class org.cache2k.CacheBuilder
-
- CacheSource<K,T> - Interface in org.cache2k
-
An interface to get a value by a key.
- cacheSourceWithMetaInfo - Variable in class org.cache2k.CacheBuilder
-
- CacheSourceWithMetaInfo<K,T> - Class in org.cache2k
-
- CacheSourceWithMetaInfo() - Constructor for class org.cache2k.CacheSourceWithMetaInfo
-
- calculateExpiryTime(K, T, long, CacheEntry<K, T>) - Method in interface org.cache2k.EntryExpiryCalculator
-
Returns the time of expiry in milliseconds since epoch.
- calculateExpiryTime(K, Throwable, long) - Method in interface org.cache2k.ExceptionExpiryCalculator
-
- calculateNextRefreshTime(T, T, long, long) - Method in class org.cache2k.AutoEntryRefreshController
-
Deprecated.
- calculateNextRefreshTime(T, T, long, long) - Method in class org.cache2k.EntryRefreshController
-
Deprecated.
- calculateNextRefreshTime(T, T, long, long) - Method in interface org.cache2k.RefreshController
-
Returns the time of next refresh (expiry time) in milliseconds since epoch.
- clear() - Method in interface org.cache2k.Cache
-
Clear the cache contents
- clear() - Method in class org.cache2k.CacheManager
-
Clear all caches associated to this cache manager
- ClosableIterator<E> - Interface in org.cache2k
-
After the usage of the iterator close should be called to free resources.
- close() - Method in interface org.cache2k.Cache
-
Free all resources and remove the cache from the CacheManager.
- close() - Method in class org.cache2k.CacheManager
-
Free all resources from managed caches.
- close() - Method in interface org.cache2k.ClosableIterator
-
Immediately free resources held by the iterator.
- config - Variable in class org.cache2k.RootAnyBuilder
-
- contains(K) - Method in interface org.cache2k.Cache
-
Returns true if the there is a mapping for the specified key.
- createConfiguration() - Method in interface org.cache2k.AnyBuilder
-
Create the configuration of this submodule (not the complete
configuration).
- createConfiguration() - Method in class org.cache2k.RootAnyBuilder
-
- createConfiguration() - Method in class org.cache2k.spi.VoidConfigBuilder
-
- createConfiguration() - Method in class org.cache2k.StorageConfiguration.Builder
-
- createConfigurationBuilder(CacheBuilder<K, T>) - Method in interface org.cache2k.spi.StorageImplementation
-
- ctor(Class<K>, Class<T>, Class<?>) - Method in class org.cache2k.CacheBuilder
-
Builder is constructed from prototype