String className
Object instance
Factory<T> filterFactory
Factory to be used to create the CacheEntryEventFilter.
(may be null if no filtering is required)boolean isOldValueRequired
CacheEntryListener?boolean isSynchronous
CacheEntryListener be notified as part of an operation
or is asynchronous delivery acceptable?Factory<T> listenerFactory
Factory to be used to create the CacheEntryListener.Factory<T> cacheLoaderFactory
Factory for the CacheLoader.Factory<T> cacheWriterFactory
Factory for the CacheWriter.Factory<T> expiryPolicyFactory
Factory for the ExpiryPolicy.boolean isManagementEnabled
boolean isReadThrough
boolean isStatisticsEnabled
boolean isStoreByValue
boolean isWriteThrough
Class<T extends Object> keyType
Caches configured with this
Configuration.HashSet<E extends Object> listenerConfigurations
CacheEntryListenerConfigurations for the Configuration.Class<T extends Object> valueType
Caches configured with this
Configuration.EventType eventType
long durationAmount
TimeUnit timeUnit
Copyright © 2017. All rights reserved.