Serialized Form
-
Package javax.cache
-
Exception Class javax.cache.CacheException
class CacheException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
-
Package javax.cache.annotation
-
Package javax.cache.configuration
-
Class javax.cache.configuration.FactoryBuilder.ClassFactory
class ClassFactory extends Object implements Serializable- serialVersionUID:
- 201305101626L
-
Serialized Fields
-
className
String className
The name of the Class.
-
-
Class javax.cache.configuration.FactoryBuilder.SingletonFactory
class SingletonFactory extends Object implements Serializable- serialVersionUID:
- 201305101634L
-
Serialized Fields
-
instance
T instance
The singleton instance.
-
-
Class javax.cache.configuration.MutableCacheEntryListenerConfiguration
class MutableCacheEntryListenerConfiguration extends 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
class MutableConfiguration extends 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
Class<K> keyType
The type of keys forCache
s configured with thisConfiguration
. -
listenerConfigurations
HashSet<CacheEntryListenerConfiguration<K,
V>> listenerConfigurations TheCacheEntryListenerConfiguration
s for theConfiguration
. -
valueType
Class<V> valueType
The type of values forCache
s configured with thisConfiguration
.
-
-
-
Package javax.cache.event
-
Class javax.cache.event.CacheEntryEvent
class CacheEntryEvent extends EventObject implements Serializable-
Serialized Fields
-
eventType
EventType eventType
-
-
-
Exception Class javax.cache.event.CacheEntryListenerException
class CacheEntryListenerException extends CacheException implements Serializable- serialVersionUID:
- 20130621110150L
-
-
Package javax.cache.expiry
-
Class javax.cache.expiry.AccessedExpiryPolicy
class AccessedExpiryPolicy extends Object implements Serializable- serialVersionUID:
- 201305101601L
-
Class javax.cache.expiry.CreatedExpiryPolicy
class CreatedExpiryPolicy extends Object implements Serializable- serialVersionUID:
- 201305291023L
-
Class javax.cache.expiry.Duration
class Duration extends 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
TimeUnit timeUnit
The unit of time to specify time in. The minimum time unit is milliseconds.
-
-
Class javax.cache.expiry.EternalExpiryPolicy
class EternalExpiryPolicy extends Object implements Serializable- serialVersionUID:
- 201305101603L
-
Class javax.cache.expiry.ModifiedExpiryPolicy
class ModifiedExpiryPolicy extends Object implements Serializable- serialVersionUID:
- 201305101602L
-
Class javax.cache.expiry.TouchedExpiryPolicy
class TouchedExpiryPolicy extends Object implements Serializable- serialVersionUID:
- 201305291023L
-
-
Package javax.cache.integration
-
Exception Class javax.cache.integration.CacheLoaderException
class CacheLoaderException extends CacheException implements Serializable- serialVersionUID:
- 20130822163231L
-
Exception Class javax.cache.integration.CacheWriterException
class CacheWriterException extends CacheException implements Serializable- serialVersionUID:
- 20130822161612L
-
-
Package javax.cache.processor
-
Exception Class javax.cache.processor.EntryProcessorException
class EntryProcessorException extends CacheException implements Serializable- serialVersionUID:
- 20130822110920L
-