Skip navigation links
A C D E F G H I J K L M O P R S T U V W Z 

A

AccessedExpiryPolicy - Class in javax.cache.expiry
 
AccessedExpiryPolicy(Duration) - Constructor for class javax.cache.expiry.AccessedExpiryPolicy
 
addCacheEntryListenerConfiguration(CacheEntryListenerConfiguration<K, V>) - Method in class javax.cache.configuration.MutableConfiguration
 

C

Cache<K,V> - Interface in javax.cache
 
Cache.Entry<K,V> - Interface in javax.cache
 
CacheDefaults - Annotation Type in javax.cache.annotation
 
CacheEntryCreatedListener<K,V> - Interface in javax.cache.event
 
CacheEntryEvent<K,V> - Class in javax.cache.event
 
CacheEntryEvent(Cache, EventType) - Constructor for class javax.cache.event.CacheEntryEvent
 
CacheEntryEventFilter<K,V> - Interface in javax.cache.event
 
CacheEntryExpiredListener<K,V> - Interface in javax.cache.event
 
CacheEntryListener<K,V> - Interface in javax.cache.event
 
CacheEntryListenerConfiguration<K,V> - Interface in javax.cache.configuration
 
CacheEntryListenerException - Exception in javax.cache.event
 
CacheEntryListenerException() - Constructor for exception javax.cache.event.CacheEntryListenerException
 
CacheEntryListenerException(String) - Constructor for exception javax.cache.event.CacheEntryListenerException
 
CacheEntryListenerException(String, Throwable) - Constructor for exception javax.cache.event.CacheEntryListenerException
 
CacheEntryListenerException(Throwable) - Constructor for exception javax.cache.event.CacheEntryListenerException
 
CacheEntryRemovedListener<K,V> - Interface in javax.cache.event
 
CacheEntryUpdatedListener<K,V> - Interface in javax.cache.event
 
CacheException - Exception in javax.cache
 
CacheException() - Constructor for exception javax.cache.CacheException
 
CacheException(String) - Constructor for exception javax.cache.CacheException
 
CacheException(String, Throwable) - Constructor for exception javax.cache.CacheException
 
CacheException(Throwable) - Constructor for exception javax.cache.CacheException
 
CacheInvocationContext<A extends Annotation> - Interface in javax.cache.annotation
 
CacheInvocationParameter - Interface in javax.cache.annotation
 
CacheKey - Annotation Type in javax.cache.annotation
 
CacheKeyGenerator - Interface in javax.cache.annotation
 
CacheKeyInvocationContext<A extends Annotation> - Interface in javax.cache.annotation
 
CacheLoader<K,V> - Interface in javax.cache.integration
 
CacheLoaderException - Exception in javax.cache.integration
 
CacheLoaderException() - Constructor for exception javax.cache.integration.CacheLoaderException
 
CacheLoaderException(String) - Constructor for exception javax.cache.integration.CacheLoaderException
 
CacheLoaderException(String, Throwable) - Constructor for exception javax.cache.integration.CacheLoaderException
 
CacheLoaderException(Throwable) - Constructor for exception javax.cache.integration.CacheLoaderException
 
cacheLoaderFactory - Variable in class javax.cache.configuration.MutableConfiguration
 
CacheManager - Interface in javax.cache
 
CacheMethodDetails<A extends Annotation> - Interface in javax.cache.annotation
 
CacheMXBean - Interface in javax.cache.management
 
CachePut - Annotation Type in javax.cache.annotation
 
CacheRemove - Annotation Type in javax.cache.annotation
 
CacheRemoveAll - Annotation Type in javax.cache.annotation
 
CacheResolver - Interface in javax.cache.annotation
 
CacheResolverFactory - Interface in javax.cache.annotation
 
CacheResult - Annotation Type in javax.cache.annotation
 
CacheStatisticsMXBean - Interface in javax.cache.management
 
CacheValue - Annotation Type in javax.cache.annotation
 
CacheWriter<K,V> - Interface in javax.cache.integration
 
CacheWriterException - Exception in javax.cache.integration
 
CacheWriterException() - Constructor for exception javax.cache.integration.CacheWriterException
 
CacheWriterException(String) - Constructor for exception javax.cache.integration.CacheWriterException
 
CacheWriterException(String, Throwable) - Constructor for exception javax.cache.integration.CacheWriterException
 
CacheWriterException(Throwable) - Constructor for exception javax.cache.integration.CacheWriterException
 
cacheWriterFactory - Variable in class javax.cache.configuration.MutableConfiguration
 
Caching - Class in javax.cache
 
CachingProvider - Interface in javax.cache.spi
 
cancel(boolean) - Method in class javax.cache.integration.CompletionListenerFuture
 
ClassFactory(Class<T>) - Constructor for class javax.cache.configuration.FactoryBuilder.ClassFactory
 
ClassFactory(String) - Constructor for class javax.cache.configuration.FactoryBuilder.ClassFactory
 
clear() - Method in interface javax.cache.Cache
 
clear() - Method in interface javax.cache.management.CacheStatisticsMXBean
 
close() - Method in interface javax.cache.Cache
 
close() - Method in interface javax.cache.CacheManager
 
close() - Method in interface javax.cache.spi.CachingProvider
 
close(ClassLoader) - Method in interface javax.cache.spi.CachingProvider
 
close(URI, ClassLoader) - Method in interface javax.cache.spi.CachingProvider
 
CompleteConfiguration<K,V> - Interface in javax.cache.configuration
 
CompletionListener - Interface in javax.cache.integration
 
CompletionListenerFuture - Class in javax.cache.integration
 
CompletionListenerFuture() - Constructor for class javax.cache.integration.CompletionListenerFuture
 
Configuration<K,V> - Interface in javax.cache.configuration
 
containsKey(K) - Method in interface javax.cache.Cache
 
create() - Method in interface javax.cache.configuration.Factory
 
create() - Method in class javax.cache.configuration.FactoryBuilder.ClassFactory
 
create() - Method in class javax.cache.configuration.FactoryBuilder.SingletonFactory
 
createCache(String, C) - Method in interface javax.cache.CacheManager
 
CreatedExpiryPolicy - Class in javax.cache.expiry
 
CreatedExpiryPolicy(Duration) - Constructor for class javax.cache.expiry.CreatedExpiryPolicy
 

D

delete(Object) - Method in interface javax.cache.integration.CacheWriter
 
deleteAll(Collection<?>) - Method in interface javax.cache.integration.CacheWriter
 
deregisterCacheEntryListener(CacheEntryListenerConfiguration<K, V>) - Method in interface javax.cache.Cache
 
destroyCache(String) - Method in interface javax.cache.CacheManager
 
Duration - Class in javax.cache.expiry
 
Duration() - Constructor for class javax.cache.expiry.Duration
 
Duration(TimeUnit, long) - Constructor for class javax.cache.expiry.Duration
 
Duration(long, long) - Constructor for class javax.cache.expiry.Duration
 

E

enableManagement(String, boolean) - Method in interface javax.cache.CacheManager
 
enableStatistics(String, boolean) - Method in interface javax.cache.CacheManager
 
EntryProcessor<K,V,T> - Interface in javax.cache.processor
 
EntryProcessorException - Exception in javax.cache.processor
 
EntryProcessorException() - Constructor for exception javax.cache.processor.EntryProcessorException
 
EntryProcessorException(String) - Constructor for exception javax.cache.processor.EntryProcessorException
 
EntryProcessorException(String, Throwable) - Constructor for exception javax.cache.processor.EntryProcessorException
 
EntryProcessorException(Throwable) - Constructor for exception javax.cache.processor.EntryProcessorException
 
EntryProcessorResult<T> - Interface in javax.cache.processor
 
equals(Object) - Method in interface javax.cache.annotation.GeneratedCacheKey
 
equals(Object) - Method in class javax.cache.configuration.FactoryBuilder.ClassFactory
 
equals(Object) - Method in class javax.cache.configuration.FactoryBuilder.SingletonFactory
 
equals(Object) - Method in class javax.cache.configuration.MutableCacheEntryListenerConfiguration
 
equals(Object) - Method in class javax.cache.configuration.MutableConfiguration
 
equals(Object) - Method in class javax.cache.expiry.AccessedExpiryPolicy
 
equals(Object) - Method in class javax.cache.expiry.CreatedExpiryPolicy
 
equals(Object) - Method in class javax.cache.expiry.Duration
 
equals(Object) - Method in class javax.cache.expiry.EternalExpiryPolicy
 
equals(Object) - Method in class javax.cache.expiry.ModifiedExpiryPolicy
 
equals(Object) - Method in class javax.cache.expiry.TouchedExpiryPolicy
 
ETERNAL - Static variable in class javax.cache.expiry.Duration
 
EternalExpiryPolicy - Class in javax.cache.expiry
 
EternalExpiryPolicy() - Constructor for class javax.cache.expiry.EternalExpiryPolicy
 
evaluate(CacheEntryEvent<? extends K, ? extends V>) - Method in interface javax.cache.event.CacheEntryEventFilter
 
EventType - Enum in javax.cache.event
 
exists() - Method in interface javax.cache.processor.MutableEntry
 
ExpiryPolicy - Interface in javax.cache.expiry
 
expiryPolicyFactory - Variable in class javax.cache.configuration.MutableConfiguration
 

F

Factory<T> - Interface in javax.cache.configuration
 
FactoryBuilder - Class in javax.cache.configuration
 
FactoryBuilder.ClassFactory<T> - Class in javax.cache.configuration
 
FactoryBuilder.SingletonFactory<T> - Class in javax.cache.configuration
 
factoryOf(Class<T>) - Static method in class javax.cache.configuration.FactoryBuilder
 
factoryOf(String) - Static method in class javax.cache.configuration.FactoryBuilder
 
factoryOf(T) - Static method in class javax.cache.configuration.FactoryBuilder
 
factoryOf(Duration) - Static method in class javax.cache.expiry.AccessedExpiryPolicy
 
factoryOf(Duration) - Static method in class javax.cache.expiry.CreatedExpiryPolicy
 
factoryOf() - Static method in class javax.cache.expiry.EternalExpiryPolicy
 
factoryOf(Duration) - Static method in class javax.cache.expiry.ModifiedExpiryPolicy
 
factoryOf(Duration) - Static method in class javax.cache.expiry.TouchedExpiryPolicy
 
FIVE_MINUTES - Static variable in class javax.cache.expiry.Duration
 

G

generateCacheKey(CacheKeyInvocationContext<? extends Annotation>) - Method in interface javax.cache.annotation.CacheKeyGenerator
 
GeneratedCacheKey - Interface in javax.cache.annotation
 
get(K) - Method in interface javax.cache.Cache
 
get() - Method in class javax.cache.integration.CompletionListenerFuture
 
get(long, TimeUnit) - Method in class javax.cache.integration.CompletionListenerFuture
 
get() - Method in interface javax.cache.processor.EntryProcessorResult
 
getAdjustedTime(long) - Method in class javax.cache.expiry.Duration
 
getAll(Set<? extends K>) - Method in interface javax.cache.Cache
 
getAllParameters() - Method in interface javax.cache.annotation.CacheInvocationContext
 
getAndPut(K, V) - Method in interface javax.cache.Cache
 
getAndRemove(K) - Method in interface javax.cache.Cache
 
getAndReplace(K, V) - Method in interface javax.cache.Cache
 
getAnnotations() - Method in interface javax.cache.annotation.CacheInvocationParameter
 
getAnnotations() - Method in interface javax.cache.annotation.CacheMethodDetails
 
getAverageGetTime() - Method in interface javax.cache.management.CacheStatisticsMXBean
 
getAveragePutTime() - Method in interface javax.cache.management.CacheStatisticsMXBean
 
getAverageRemoveTime() - Method in interface javax.cache.management.CacheStatisticsMXBean
 
getCache(String, Class<K>, Class<V>) - Method in interface javax.cache.CacheManager
 
getCache(String) - Method in interface javax.cache.CacheManager
 
getCache(String, Class<K>, Class<V>) - Static method in class javax.cache.Caching
 
getCacheAnnotation() - Method in interface javax.cache.annotation.CacheMethodDetails
 
getCacheEntryEventFilterFactory() - Method in interface javax.cache.configuration.CacheEntryListenerConfiguration
 
getCacheEntryEventFilterFactory() - Method in class javax.cache.configuration.MutableCacheEntryListenerConfiguration
 
getCacheEntryListenerConfigurations() - Method in interface javax.cache.configuration.CompleteConfiguration
 
getCacheEntryListenerConfigurations() - Method in class javax.cache.configuration.MutableConfiguration
 
getCacheEntryListenerFactory() - Method in interface javax.cache.configuration.CacheEntryListenerConfiguration
 
getCacheEntryListenerFactory() - Method in class javax.cache.configuration.MutableCacheEntryListenerConfiguration
 
getCacheEvictions() - Method in interface javax.cache.management.CacheStatisticsMXBean
 
getCacheGets() - Method in interface javax.cache.management.CacheStatisticsMXBean
 
getCacheHitPercentage() - Method in interface javax.cache.management.CacheStatisticsMXBean
 
getCacheHits() - Method in interface javax.cache.management.CacheStatisticsMXBean
 
getCacheLoaderFactory() - Method in interface javax.cache.configuration.CompleteConfiguration
 
getCacheLoaderFactory() - Method in class javax.cache.configuration.MutableConfiguration
 
getCacheManager() - Method in interface javax.cache.Cache
 
getCacheManager(URI, ClassLoader, Properties) - Method in interface javax.cache.spi.CachingProvider
 
getCacheManager(URI, ClassLoader) - Method in interface javax.cache.spi.CachingProvider
 
getCacheManager() - Method in interface javax.cache.spi.CachingProvider
 
getCacheMisses() - Method in interface javax.cache.management.CacheStatisticsMXBean
 
getCacheMissPercentage() - Method in interface javax.cache.management.CacheStatisticsMXBean
 
getCacheName() - Method in interface javax.cache.annotation.CacheMethodDetails
 
getCacheNames() - Method in interface javax.cache.CacheManager
 
getCachePuts() - Method in interface javax.cache.management.CacheStatisticsMXBean
 
getCacheRemovals() - Method in interface javax.cache.management.CacheStatisticsMXBean
 
getCacheResolver(CacheMethodDetails<? extends Annotation>) - Method in interface javax.cache.annotation.CacheResolverFactory
 
getCacheWriterFactory() - Method in interface javax.cache.configuration.CompleteConfiguration
 
getCacheWriterFactory() - Method in class javax.cache.configuration.MutableConfiguration
 
getCachingProvider() - Method in interface javax.cache.CacheManager
 
getCachingProvider() - Static method in class javax.cache.Caching
 
getCachingProvider(ClassLoader) - Static method in class javax.cache.Caching
 
getCachingProvider(String) - Static method in class javax.cache.Caching
 
getCachingProvider(String, ClassLoader) - Static method in class javax.cache.Caching
 
getCachingProviders() - Static method in class javax.cache.Caching
 
getCachingProviders(ClassLoader) - Static method in class javax.cache.Caching
 
getClassLoader() - Method in interface javax.cache.CacheManager
 
getConfiguration(Class<C>) - Method in interface javax.cache.Cache
 
getDefaultClassLoader() - Static method in class javax.cache.Caching
 
getDefaultClassLoader() - Method in interface javax.cache.spi.CachingProvider
 
getDefaultProperties() - Method in interface javax.cache.spi.CachingProvider
 
getDefaultURI() - Method in interface javax.cache.spi.CachingProvider
 
getDurationAmount() - Method in class javax.cache.expiry.Duration
 
getEventType() - Method in class javax.cache.event.CacheEntryEvent
 
getExceptionCacheResolver(CacheMethodDetails<CacheResult>) - Method in interface javax.cache.annotation.CacheResolverFactory
 
getExpiryForAccess() - Method in class javax.cache.expiry.AccessedExpiryPolicy
 
getExpiryForAccess() - Method in class javax.cache.expiry.CreatedExpiryPolicy
 
getExpiryForAccess() - Method in class javax.cache.expiry.EternalExpiryPolicy
 
getExpiryForAccess() - Method in interface javax.cache.expiry.ExpiryPolicy
 
getExpiryForAccess() - Method in class javax.cache.expiry.ModifiedExpiryPolicy
 
getExpiryForAccess() - Method in class javax.cache.expiry.TouchedExpiryPolicy
 
getExpiryForCreation() - Method in class javax.cache.expiry.AccessedExpiryPolicy
 
getExpiryForCreation() - Method in class javax.cache.expiry.CreatedExpiryPolicy
 
getExpiryForCreation() - Method in class javax.cache.expiry.EternalExpiryPolicy
 
getExpiryForCreation() - Method in interface javax.cache.expiry.ExpiryPolicy
 
getExpiryForCreation() - Method in class javax.cache.expiry.ModifiedExpiryPolicy
 
getExpiryForCreation() - Method in class javax.cache.expiry.TouchedExpiryPolicy
 
getExpiryForUpdate() - Method in class javax.cache.expiry.AccessedExpiryPolicy
 
getExpiryForUpdate() - Method in class javax.cache.expiry.CreatedExpiryPolicy
 
getExpiryForUpdate() - Method in class javax.cache.expiry.EternalExpiryPolicy
 
getExpiryForUpdate() - Method in interface javax.cache.expiry.ExpiryPolicy
 
getExpiryForUpdate() - Method in class javax.cache.expiry.ModifiedExpiryPolicy
 
getExpiryForUpdate() - Method in class javax.cache.expiry.TouchedExpiryPolicy
 
getExpiryPolicyFactory() - Method in interface javax.cache.configuration.CompleteConfiguration
 
getExpiryPolicyFactory() - Method in class javax.cache.configuration.MutableConfiguration
 
getKey() - Method in interface javax.cache.Cache.Entry
 
getKeyParameters() - Method in interface javax.cache.annotation.CacheKeyInvocationContext
 
getKeyType() - Method in interface javax.cache.configuration.Configuration
 
getKeyType() - Method in class javax.cache.configuration.MutableConfiguration
 
getKeyType() - Method in interface javax.cache.management.CacheMXBean
 
getMethod() - Method in interface javax.cache.annotation.CacheMethodDetails
 
getName() - Method in interface javax.cache.Cache
 
getOldValue() - Method in class javax.cache.event.CacheEntryEvent
 
getParameterPosition() - Method in interface javax.cache.annotation.CacheInvocationParameter
 
getProperties() - Method in interface javax.cache.CacheManager
 
getRawType() - Method in interface javax.cache.annotation.CacheInvocationParameter
 
getSource() - Method in class javax.cache.event.CacheEntryEvent
 
getTarget() - Method in interface javax.cache.annotation.CacheInvocationContext
 
getTimeUnit() - Method in class javax.cache.expiry.Duration
 
getURI() - Method in interface javax.cache.CacheManager
 
getValue() - Method in interface javax.cache.annotation.CacheInvocationParameter
 
getValue() - Method in interface javax.cache.Cache.Entry
 
getValueParameter() - Method in interface javax.cache.annotation.CacheKeyInvocationContext
 
getValueType() - Method in interface javax.cache.configuration.Configuration
 
getValueType() - Method in class javax.cache.configuration.MutableConfiguration
 
getValueType() - Method in interface javax.cache.management.CacheMXBean
 

H

hashCode() - Method in interface javax.cache.annotation.GeneratedCacheKey
 
hashCode() - Method in class javax.cache.configuration.FactoryBuilder.ClassFactory
 
hashCode() - Method in class javax.cache.configuration.FactoryBuilder.SingletonFactory
 
hashCode() - Method in class javax.cache.configuration.MutableCacheEntryListenerConfiguration
 
hashCode() - Method in class javax.cache.configuration.MutableConfiguration
 
hashCode() - Method in class javax.cache.expiry.AccessedExpiryPolicy
 
hashCode() - Method in class javax.cache.expiry.CreatedExpiryPolicy
 
hashCode() - Method in class javax.cache.expiry.Duration
 
hashCode() - Method in class javax.cache.expiry.EternalExpiryPolicy
 
hashCode() - Method in class javax.cache.expiry.ModifiedExpiryPolicy
 
hashCode() - Method in class javax.cache.expiry.TouchedExpiryPolicy
 

I

invoke(K, EntryProcessor<K, V, T>, Object...) - Method in interface javax.cache.Cache
 
invokeAll(Set<? extends K>, EntryProcessor<K, V, T>, Object...) - Method in interface javax.cache.Cache
 
isCancelled() - Method in class javax.cache.integration.CompletionListenerFuture
 
isClosed() - Method in interface javax.cache.Cache
 
isClosed() - Method in interface javax.cache.CacheManager
 
isDone() - Method in class javax.cache.integration.CompletionListenerFuture
 
isEternal() - Method in class javax.cache.expiry.Duration
 
isManagementEnabled() - Method in interface javax.cache.configuration.CompleteConfiguration
 
isManagementEnabled - Variable in class javax.cache.configuration.MutableConfiguration
 
isManagementEnabled() - Method in class javax.cache.configuration.MutableConfiguration
 
isManagementEnabled() - Method in interface javax.cache.management.CacheMXBean
 
isOldValueAvailable() - Method in class javax.cache.event.CacheEntryEvent
 
isOldValueRequired() - Method in interface javax.cache.configuration.CacheEntryListenerConfiguration
 
isOldValueRequired() - Method in class javax.cache.configuration.MutableCacheEntryListenerConfiguration
 
isReadThrough() - Method in interface javax.cache.configuration.CompleteConfiguration
 
isReadThrough - Variable in class javax.cache.configuration.MutableConfiguration
 
isReadThrough() - Method in class javax.cache.configuration.MutableConfiguration
 
isReadThrough() - Method in interface javax.cache.management.CacheMXBean
 
isStatisticsEnabled() - Method in interface javax.cache.configuration.CompleteConfiguration
 
isStatisticsEnabled - Variable in class javax.cache.configuration.MutableConfiguration
 
isStatisticsEnabled() - Method in class javax.cache.configuration.MutableConfiguration
 
isStatisticsEnabled() - Method in interface javax.cache.management.CacheMXBean
 
isStoreByValue() - Method in interface javax.cache.configuration.Configuration
 
isStoreByValue - Variable in class javax.cache.configuration.MutableConfiguration
 
isStoreByValue() - Method in class javax.cache.configuration.MutableConfiguration
 
isStoreByValue() - Method in interface javax.cache.management.CacheMXBean
 
isSupported(OptionalFeature) - Method in interface javax.cache.spi.CachingProvider
 
isSynchronous() - Method in interface javax.cache.configuration.CacheEntryListenerConfiguration
 
isSynchronous() - Method in class javax.cache.configuration.MutableCacheEntryListenerConfiguration
 
isWriteThrough() - Method in interface javax.cache.configuration.CompleteConfiguration
 
isWriteThrough - Variable in class javax.cache.configuration.MutableConfiguration
 
isWriteThrough() - Method in class javax.cache.configuration.MutableConfiguration
 
isWriteThrough() - Method in interface javax.cache.management.CacheMXBean
 
isZero() - Method in class javax.cache.expiry.Duration
 
iterator() - Method in interface javax.cache.Cache
 

J

javax.cache - package javax.cache
 
javax.cache.annotation - package javax.cache.annotation
 
javax.cache.configuration - package javax.cache.configuration
 
javax.cache.event - package javax.cache.event
 
javax.cache.expiry - package javax.cache.expiry
 
javax.cache.integration - package javax.cache.integration
 
javax.cache.management - package javax.cache.management
 
javax.cache.processor - package javax.cache.processor
 
javax.cache.spi - package javax.cache.spi
 
JAVAX_CACHE_CACHING_PROVIDER - Static variable in class javax.cache.Caching
 

K

keyType - Variable in class javax.cache.configuration.MutableConfiguration
 

L

listenerConfigurations - Variable in class javax.cache.configuration.MutableConfiguration
 
load(K) - Method in interface javax.cache.integration.CacheLoader
 
loadAll(Set<? extends K>, boolean, CompletionListener) - Method in interface javax.cache.Cache
 
loadAll(Iterable<? extends K>) - Method in interface javax.cache.integration.CacheLoader
 

M

ModifiedExpiryPolicy - Class in javax.cache.expiry
 
ModifiedExpiryPolicy(Duration) - Constructor for class javax.cache.expiry.ModifiedExpiryPolicy
 
MutableCacheEntryListenerConfiguration<K,V> - Class in javax.cache.configuration
 
MutableCacheEntryListenerConfiguration(CacheEntryListenerConfiguration<K, V>) - Constructor for class javax.cache.configuration.MutableCacheEntryListenerConfiguration
 
MutableCacheEntryListenerConfiguration(Factory<? extends CacheEntryListener<? super K, ? super V>>, Factory<? extends CacheEntryEventFilter<? super K, ? super V>>, boolean, boolean) - Constructor for class javax.cache.configuration.MutableCacheEntryListenerConfiguration
 
MutableConfiguration<K,V> - Class in javax.cache.configuration
 
MutableConfiguration() - Constructor for class javax.cache.configuration.MutableConfiguration
 
MutableConfiguration(CompleteConfiguration<K, V>) - Constructor for class javax.cache.configuration.MutableConfiguration
 
MutableEntry<K,V> - Interface in javax.cache.processor
 

O

onCompletion() - Method in interface javax.cache.integration.CompletionListener
 
onCompletion() - Method in class javax.cache.integration.CompletionListenerFuture
 
onCreated(Iterable<CacheEntryEvent<? extends K, ? extends V>>) - Method in interface javax.cache.event.CacheEntryCreatedListener
 
ONE_DAY - Static variable in class javax.cache.expiry.Duration
 
ONE_HOUR - Static variable in class javax.cache.expiry.Duration
 
ONE_MINUTE - Static variable in class javax.cache.expiry.Duration
 
onException(Exception) - Method in interface javax.cache.integration.CompletionListener
 
onException(Exception) - Method in class javax.cache.integration.CompletionListenerFuture
 
onExpired(Iterable<CacheEntryEvent<? extends K, ? extends V>>) - Method in interface javax.cache.event.CacheEntryExpiredListener
 
onRemoved(Iterable<CacheEntryEvent<? extends K, ? extends V>>) - Method in interface javax.cache.event.CacheEntryRemovedListener
 
onUpdated(Iterable<CacheEntryEvent<? extends K, ? extends V>>) - Method in interface javax.cache.event.CacheEntryUpdatedListener
 
OptionalFeature - Enum in javax.cache.configuration
 

P

process(MutableEntry<K, V>, Object...) - Method in interface javax.cache.processor.EntryProcessor
 
put(K, V) - Method in interface javax.cache.Cache
 
putAll(Map<? extends K, ? extends V>) - Method in interface javax.cache.Cache
 
putIfAbsent(K, V) - Method in interface javax.cache.Cache
 

R

registerCacheEntryListener(CacheEntryListenerConfiguration<K, V>) - Method in interface javax.cache.Cache
 
remove(K) - Method in interface javax.cache.Cache
 
remove(K, V) - Method in interface javax.cache.Cache
 
remove() - Method in interface javax.cache.processor.MutableEntry
 
removeAll(Set<? extends K>) - Method in interface javax.cache.Cache
 
removeAll() - Method in interface javax.cache.Cache
 
removeCacheEntryListenerConfiguration(CacheEntryListenerConfiguration<K, V>) - Method in class javax.cache.configuration.MutableConfiguration
 
replace(K, V, V) - Method in interface javax.cache.Cache
 
replace(K, V) - Method in interface javax.cache.Cache
 
resolveCache(CacheInvocationContext<? extends Annotation>) - Method in interface javax.cache.annotation.CacheResolver
 

S

serialVersionUID - Static variable in class javax.cache.configuration.FactoryBuilder.ClassFactory
 
serialVersionUID - Static variable in class javax.cache.configuration.FactoryBuilder.SingletonFactory
 
serialVersionUID - Static variable in class javax.cache.configuration.MutableCacheEntryListenerConfiguration
 
serialVersionUID - Static variable in class javax.cache.configuration.MutableConfiguration
 
serialVersionUID - Static variable in class javax.cache.expiry.AccessedExpiryPolicy
 
serialVersionUID - Static variable in class javax.cache.expiry.CreatedExpiryPolicy
 
serialVersionUID - Static variable in class javax.cache.expiry.Duration
 
serialVersionUID - Static variable in class javax.cache.expiry.EternalExpiryPolicy
 
serialVersionUID - Static variable in class javax.cache.expiry.ModifiedExpiryPolicy
 
serialVersionUID - Static variable in class javax.cache.expiry.TouchedExpiryPolicy
 
setCacheEntryEventFilterFactory(Factory<? extends CacheEntryEventFilter<? super K, ? super V>>) - Method in class javax.cache.configuration.MutableCacheEntryListenerConfiguration
 
setCacheEntryListenerFactory(Factory<? extends CacheEntryListener<? super K, ? super V>>) - Method in class javax.cache.configuration.MutableCacheEntryListenerConfiguration
 
setCacheLoaderFactory(Factory<? extends CacheLoader<K, V>>) - Method in class javax.cache.configuration.MutableConfiguration
 
setCacheWriterFactory(Factory<? extends CacheWriter<? super K, ? super V>>) - Method in class javax.cache.configuration.MutableConfiguration
 
setDefaultClassLoader(ClassLoader) - Static method in class javax.cache.Caching
 
setExpiryPolicyFactory(Factory<? extends ExpiryPolicy>) - Method in class javax.cache.configuration.MutableConfiguration
 
setManagementEnabled(boolean) - Method in class javax.cache.configuration.MutableConfiguration
 
setOldValueRequired(boolean) - Method in class javax.cache.configuration.MutableCacheEntryListenerConfiguration
 
setReadThrough(boolean) - Method in class javax.cache.configuration.MutableConfiguration
 
setStatisticsEnabled(boolean) - Method in class javax.cache.configuration.MutableConfiguration
 
setStoreByValue(boolean) - Method in class javax.cache.configuration.MutableConfiguration
 
setSynchronous(boolean) - Method in class javax.cache.configuration.MutableCacheEntryListenerConfiguration
 
setTypes(Class<K>, Class<V>) - Method in class javax.cache.configuration.MutableConfiguration
 
setValue(V) - Method in interface javax.cache.processor.MutableEntry
 
setWriteThrough(boolean) - Method in class javax.cache.configuration.MutableConfiguration
 
SingletonFactory(T) - Constructor for class javax.cache.configuration.FactoryBuilder.SingletonFactory
 

T

TEN_MINUTES - Static variable in class javax.cache.expiry.Duration
 
THIRTY_MINUTES - Static variable in class javax.cache.expiry.Duration
 
TouchedExpiryPolicy - Class in javax.cache.expiry
 
TouchedExpiryPolicy(Duration) - Constructor for class javax.cache.expiry.TouchedExpiryPolicy
 
TWENTY_MINUTES - Static variable in class javax.cache.expiry.Duration
 

U

unwrap(Class<T>) - Method in interface javax.cache.annotation.CacheInvocationContext
 
unwrap(Class<T>) - Method in interface javax.cache.Cache.Entry
 
unwrap(Class<T>) - Method in interface javax.cache.Cache
 
unwrap(Class<T>) - Method in interface javax.cache.CacheManager
 

V

valueOf(String) - Static method in enum javax.cache.configuration.OptionalFeature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.cache.event.EventType
Returns the enum constant of this type with the specified name.
values() - Static method in enum javax.cache.configuration.OptionalFeature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.cache.event.EventType
Returns an array containing the constants of this enum type, in the order they are declared.
valueType - Variable in class javax.cache.configuration.MutableConfiguration
 

W

write(Cache.Entry<? extends K, ? extends V>) - Method in interface javax.cache.integration.CacheWriter
 
writeAll(Collection<Cache.Entry<? extends K, ? extends V>>) - Method in interface javax.cache.integration.CacheWriter
 

Z

ZERO - Static variable in class javax.cache.expiry.Duration
 
A C D E F G H I J K L M O P R S T U V W Z 
Skip navigation links

Copyright © 2017. All rights reserved.