- get(K) - Method in interface org.cache2k.Cache
-
Returns object in the cache that is mapped to the key.
- get(K) - Method in interface org.cache2k.CacheSource
-
- get(K, long, T, long) - Method in class org.cache2k.CacheSourceWithMetaInfo
-
- get(K) - Method in interface org.cache2k.KeyValueSource
-
Returns object mapped to key
- getAll(Set<? extends K>) - Method in interface org.cache2k.Cache
-
Disclaimer: This method is here to be able to support known coding similar
to JSR107.
- getBuilderImplementation() - Method in class org.cache2k.spi.Cache2kCoreProvider
-
- getBulk(K[], T[], BitSet, int, int) - Method in interface org.cache2k.ExperimentalBulkCacheSource
-
Deprecated.
Retrieves the objects associated with the given keys in the result array.
- getBytesCapacity() - Method in class org.cache2k.StorageConfiguration
-
- getCache(String) - Method in class org.cache2k.CacheManager
-
- getCacheExpiryTime() - Method in interface org.cache2k.ValueWithExpiryTime
-
Return time of next refresh (expiry time).
- getConfig() - Method in class org.cache2k.CacheBuilder
-
Deprecated.
- getDefaultName() - Static method in class org.cache2k.CacheManager
-
Name of the default cache manager, which is "default" by default.
- getDefaultPersistenceStoreImplementation() - Method in class org.cache2k.spi.Cache2kCoreProvider
-
- getEntryCapacity() - Method in class org.cache2k.StorageConfiguration
-
- getEntryType() - Method in class org.cache2k.CacheConfig
-
- getException() - Method in interface org.cache2k.CacheEntry
-
- getExceptionExpiryMillis() - Method in class org.cache2k.CacheConfig
-
- getExpiryMillis() - Method in class org.cache2k.CacheConfig
-
- getExpirySeconds() - Method in class org.cache2k.CacheConfig
-
- getExtraConfiguration() - Method in class org.cache2k.StorageConfiguration
-
- getFlushIntervalMillis() - Method in class org.cache2k.StorageConfiguration
-
Sync interval in milliseconds.
- getHeapEntryCapacity() - Method in class org.cache2k.CacheConfig
-
- getImplementation() - Method in class org.cache2k.CacheConfig
-
- getImplementation() - Method in class org.cache2k.StorageConfiguration
-
- getInstance() - Static method in class org.cache2k.CacheManager
-
Get the default cache manager for the current class loader
- getInstance(String) - Static method in class org.cache2k.CacheManager
-
- getInstance() - Static method in class org.cache2k.spi.SingleProviderResolver
-
- getInstance(ClassLoader) - Static method in class org.cache2k.spi.SingleProviderResolver
-
- getKey() - Method in interface org.cache2k.CacheEntry
-
- getKeyType() - Method in class org.cache2k.CacheConfig
-
- getLastModification() - Method in interface org.cache2k.CacheEntry
-
Time the entry was last updated either by a fetch via the CacheSource
or by a put.
- getLocation() - Method in class org.cache2k.StorageConfiguration
-
- getMaxSize() - Method in class org.cache2k.CacheConfig
-
- getMaxSizeHighBound() - Method in class org.cache2k.CacheConfig
-
- getMaxSizeLowBound() - Method in class org.cache2k.CacheConfig
-
- getModuleConfiguration() - Method in class org.cache2k.CacheConfig
-
- getName() - Method in interface org.cache2k.Cache
-
- getName() - Method in class org.cache2k.CacheConfig
-
- getName() - Method in class org.cache2k.CacheManager
-
- getNextRefreshTime() - Method in interface org.cache2k.ValueWithNextRefreshTime
-
Deprecated.
Return time of next refresh (expiry time).
- getStorageModules() - Method in class org.cache2k.CacheConfig
-
- getStorageName() - Method in class org.cache2k.StorageConfiguration
-
- getTotalEntryCount() - Method in interface org.cache2k.Cache
-
Number of entries the cache holds in total.
- getValue() - Method in interface org.cache2k.CacheEntry
-
- getValues(List<CacheEntry<K, T>>, long) - Method in interface org.cache2k.BulkCacheSource
-
Retrieve the values for the given cache entries.
- getValueType() - Method in class org.cache2k.CacheConfig
-