Dependencies
Declarations
-
javax
-
cache
-
Cache
-
get(Object): Object
-
getAll(Set<Object>): Map<Object, Object>
-
containsKey(Object): boolean
-
loadAll(Set<Object>, boolean, CompletionListener): void
-
put(Object, Object): void
-
getAndPut(Object, Object): Object
-
putAll(Map<Object, Object>): void
-
putIfAbsent(Object, Object): boolean
-
remove(Object): boolean
-
remove(Object, Object): boolean
-
getAndRemove(Object): Object
-
replace(Object, Object, Object): boolean
-
replace(Object, Object): boolean
-
getAndReplace(Object, Object): Object
-
removeAll(Set<Object>): void
-
removeAll(): void
-
clear(): void
-
getConfiguration(Class<Configuration>): Configuration
-
invoke(Object, EntryProcessor<Object, Object, Object>, Object[]): Object
-
invokeAll(Set<Object>, EntryProcessor<Object, Object, Object>, Object[]): Map<Object, EntryProcessorResult<Object>>
-
getName(): String
-
getCacheManager(): CacheManager
-
close(): void
-
isClosed(): boolean
-
unwrap(Class<Object>): Object
-
registerCacheEntryListener(CacheEntryListenerConfiguration<Object, Object>): void
-
deregisterCacheEntryListener(CacheEntryListenerConfiguration<Object, Object>): void
-
iterator(): Iterator<Entry<Object, Object>>
-
Entry
-
CacheException
-
CacheManager
-
Caching
-
annotation
-
configuration
-
CacheEntryListenerConfiguration
-
CompleteConfiguration
-
Configuration
-
Factory
-
FactoryBuilder
-
MutableCacheEntryListenerConfiguration
-
serialVersionUID: long
-
listenerFactory: Factory<CacheEntryListener<Object, Object>>
-
filterFactory: Factory<CacheEntryEventFilter<Object, Object>>
-
isOldValueRequired: boolean
-
isSynchronous: boolean
-
MutableCacheEntryListenerConfiguration(CacheEntryListenerConfiguration<Object, Object>): void
-
MutableCacheEntryListenerConfiguration(Factory<CacheEntryListener>, Factory<CacheEntryEventFilter>, boolean, boolean): void
-
getCacheEntryListenerFactory(): Factory<CacheEntryListener<Object, Object>>
-
setCacheEntryListenerFactory(Factory<CacheEntryListener>): MutableCacheEntryListenerConfiguration<Object, Object>
-
getCacheEntryEventFilterFactory(): Factory<CacheEntryEventFilter<Object, Object>>
-
setCacheEntryEventFilterFactory(Factory<CacheEntryEventFilter>): MutableCacheEntryListenerConfiguration<Object, Object>
-
isOldValueRequired(): boolean
-
setOldValueRequired(boolean): MutableCacheEntryListenerConfiguration<Object, Object>
-
isSynchronous(): boolean
-
setSynchronous(boolean): MutableCacheEntryListenerConfiguration<Object, Object>
-
hashCode(): int
-
equals(Object): boolean
-
MutableConfiguration
-
serialVersionUID: long
-
keyType: Class<Object>
-
valueType: Class<Object>
-
listenerConfigurations: HashSet<CacheEntryListenerConfiguration<Object, Object>>
-
cacheLoaderFactory: Factory<CacheLoader<Object, Object>>
-
cacheWriterFactory: Factory<CacheWriter<Object, Object>>
-
expiryPolicyFactory: Factory<ExpiryPolicy>
-
isReadThrough: boolean
-
isWriteThrough: boolean
-
isStatisticsEnabled: boolean
-
isStoreByValue: boolean
-
isManagementEnabled: boolean
-
MutableConfiguration(): void
-
MutableConfiguration(CompleteConfiguration<Object, Object>): void
-
getKeyType(): Class<Object>
-
getValueType(): Class<Object>
-
setTypes(Class<Object>, Class<Object>): MutableConfiguration<Object, Object>
-
getCacheEntryListenerConfigurations(): Iterable<CacheEntryListenerConfiguration<Object, Object>>
-
addCacheEntryListenerConfiguration(CacheEntryListenerConfiguration<Object, Object>): MutableConfiguration<Object, Object>
-
removeCacheEntryListenerConfiguration(CacheEntryListenerConfiguration<Object, Object>): MutableConfiguration<Object, Object>
-
getCacheLoaderFactory(): Factory<CacheLoader<Object, Object>>
-
setCacheLoaderFactory(Factory<CacheLoader>): MutableConfiguration<Object, Object>
-
getCacheWriterFactory(): Factory<CacheWriter<Object, Object>>
-
setCacheWriterFactory(Factory<CacheWriter>): MutableConfiguration<Object, Object>
-
getExpiryPolicyFactory(): Factory<ExpiryPolicy>
-
setExpiryPolicyFactory(Factory<ExpiryPolicy>): MutableConfiguration<Object, Object>
-
isReadThrough(): boolean
-
setReadThrough(boolean): MutableConfiguration<Object, Object>
-
isWriteThrough(): boolean
-
setWriteThrough(boolean): MutableConfiguration<Object, Object>
-
isStoreByValue(): boolean
-
setStoreByValue(boolean): MutableConfiguration<Object, Object>
-
isStatisticsEnabled(): boolean
-
setStatisticsEnabled(boolean): MutableConfiguration<Object, Object>
-
isManagementEnabled(): boolean
-
setManagementEnabled(boolean): MutableConfiguration<Object, Object>
-
hashCode(): int
-
equals(Object): boolean
-
OptionalFeature
-
event
-
expiry
-
integration
-
management
-
processor
-
spi
Java files
Class files