Serialized Form
-
Package javax.cache
-
Class javax.cache.CacheException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
-
Package javax.cache.annotation
-
Package javax.cache.configuration
-
Class javax.cache.configuration.FactoryBuilder.ClassFactory extends java.lang.Object implements Serializable
- serialVersionUID:
- 201305101626L
-
Serialized Fields
-
className
java.lang.String className
The name of the Class.
-
-
Class javax.cache.configuration.FactoryBuilder.SingletonFactory extends java.lang.Object implements Serializable
- serialVersionUID:
- 201305101634L
-
Serialized Fields
-
instance
T instance
The singleton instance.
-
-
Class javax.cache.configuration.MutableCacheEntryListenerConfiguration extends java.lang.Object implements Serializable
- serialVersionUID:
- 201306200822L
-
Serialized Fields
-
filterFactory
Factory<CacheEntryEventFilter<? super K,? super V>> filterFactory
TheFactory
to be used to create theCacheEntryEventFilter
. (may be null if no filtering is required) -
isOldValueRequired
boolean isOldValueRequired
Is the old value required to be provide to theCacheEntryListener
? -
isSynchronous
boolean isSynchronous
Should theCacheEntryListener
be notified as part of an operation or is asynchronous delivery acceptable? -
listenerFactory
Factory<CacheEntryListener<? super K,? super V>> listenerFactory
TheFactory
to be used to create theCacheEntryListener
.
-
-
Class javax.cache.configuration.MutableConfiguration extends java.lang.Object implements Serializable
- serialVersionUID:
- 201306200821L
-
Serialized Fields
-
cacheLoaderFactory
Factory<CacheLoader<K,V>> cacheLoaderFactory
TheFactory
for theCacheLoader
. -
cacheWriterFactory
Factory<CacheWriter<? super K,? super V>> cacheWriterFactory
TheFactory
for theCacheWriter
. -
expiryPolicyFactory
Factory<ExpiryPolicy> expiryPolicyFactory
TheFactory
for theExpiryPolicy
. -
isManagementEnabled
boolean isManagementEnabled
Whether management is enabled -
isReadThrough
boolean isReadThrough
A flag indicating if "read-through" mode is required. -
isStatisticsEnabled
boolean isStatisticsEnabled
A flag indicating if statistics gathering is enabled. -
isStoreByValue
boolean isStoreByValue
A flag indicating if the cache will be store-by-value or store-by-reference. -
isWriteThrough
boolean isWriteThrough
A flag indicating if "write-through" mode is required. -
keyType
java.lang.Class<K> keyType
The type of keys forCache
s configured with thisConfiguration
. -
listenerConfigurations
java.util.HashSet<CacheEntryListenerConfiguration<K,V>> listenerConfigurations
TheCacheEntryListenerConfiguration
s for theConfiguration
. -
valueType
java.lang.Class<V> valueType
The type of values forCache
s configured with thisConfiguration
.
-
-
-
Package javax.cache.event
-
Class javax.cache.event.CacheEntryEvent extends java.util.EventObject implements Serializable
-
Serialized Fields
-
eventType
EventType eventType
-
-
-
Class javax.cache.event.CacheEntryListenerException extends CacheException implements Serializable
- serialVersionUID:
- 20130621110150L
-
-
Package javax.cache.expiry
-
Class javax.cache.expiry.AccessedExpiryPolicy extends java.lang.Object implements Serializable
- serialVersionUID:
- 201305101601L
-
Class javax.cache.expiry.CreatedExpiryPolicy extends java.lang.Object implements Serializable
- serialVersionUID:
- 201305291023L
-
Class javax.cache.expiry.Duration extends java.lang.Object implements Serializable
- serialVersionUID:
- 201305101442L
-
Serialized Fields
-
durationAmount
long durationAmount
How long, in the specified units, the cache entries should live. The lifetime is measured from the cache entry was last accessed or mutated. -
timeUnit
java.util.concurrent.TimeUnit timeUnit
The unit of time to specify time in. The minimum time unit is milliseconds.
-
-
Class javax.cache.expiry.EternalExpiryPolicy extends java.lang.Object implements Serializable
- serialVersionUID:
- 201305101603L
-
Class javax.cache.expiry.ModifiedExpiryPolicy extends java.lang.Object implements Serializable
- serialVersionUID:
- 201305101602L
-
Class javax.cache.expiry.TouchedExpiryPolicy extends java.lang.Object implements Serializable
- serialVersionUID:
- 201305291023L
-
-
Package javax.cache.integration
-
Class javax.cache.integration.CacheLoaderException extends CacheException implements Serializable
- serialVersionUID:
- 20130822163231L
-
Class javax.cache.integration.CacheWriterException extends CacheException implements Serializable
- serialVersionUID:
- 20130822161612L
-
-
Package javax.cache.processor
-
Class javax.cache.processor.EntryProcessorException extends CacheException implements Serializable
- serialVersionUID:
- 20130822110920L
-