Package | Description |
---|---|
javax.cache.configuration | |
javax.cache.expiry |
Modifier and Type | Class and Description |
---|---|
static class |
FactoryBuilder.ClassFactory<T> |
static class |
FactoryBuilder.SingletonFactory<T> |
Modifier and Type | Field and Description |
---|---|
protected Factory<CacheLoader<K,V>> |
MutableConfiguration.cacheLoaderFactory |
protected Factory<CacheWriter<? super K,? super V>> |
MutableConfiguration.cacheWriterFactory |
protected Factory<ExpiryPolicy> |
MutableConfiguration.expiryPolicyFactory |
Modifier and Type | Method and Description |
---|---|
static <T> Factory<T> |
FactoryBuilder.factoryOf(Class<T> clazz) |
static <T> Factory<T> |
FactoryBuilder.factoryOf(String className) |
static <T extends Serializable> |
FactoryBuilder.factoryOf(T instance) |
Factory<CacheEntryEventFilter<? super K,? super V>> |
MutableCacheEntryListenerConfiguration.getCacheEntryEventFilterFactory() |
Factory<CacheEntryEventFilter<? super K,? super V>> |
CacheEntryListenerConfiguration.getCacheEntryEventFilterFactory() |
Factory<CacheEntryListener<? super K,? super V>> |
MutableCacheEntryListenerConfiguration.getCacheEntryListenerFactory() |
Factory<CacheEntryListener<? super K,? super V>> |
CacheEntryListenerConfiguration.getCacheEntryListenerFactory() |
Factory<CacheLoader<K,V>> |
CompleteConfiguration.getCacheLoaderFactory() |
Factory<CacheLoader<K,V>> |
MutableConfiguration.getCacheLoaderFactory() |
Factory<CacheWriter<? super K,? super V>> |
CompleteConfiguration.getCacheWriterFactory() |
Factory<CacheWriter<? super K,? super V>> |
MutableConfiguration.getCacheWriterFactory() |
Factory<ExpiryPolicy> |
CompleteConfiguration.getExpiryPolicyFactory() |
Factory<ExpiryPolicy> |
MutableConfiguration.getExpiryPolicyFactory() |
Modifier and Type | Method and Description |
---|---|
MutableCacheEntryListenerConfiguration<K,V> |
MutableCacheEntryListenerConfiguration.setCacheEntryEventFilterFactory(Factory<? extends CacheEntryEventFilter<? super K,? super V>> filterFactory) |
MutableCacheEntryListenerConfiguration<K,V> |
MutableCacheEntryListenerConfiguration.setCacheEntryListenerFactory(Factory<? extends CacheEntryListener<? super K,? super V>> listenerFactory) |
MutableConfiguration<K,V> |
MutableConfiguration.setCacheLoaderFactory(Factory<? extends CacheLoader<K,V>> factory) |
MutableConfiguration<K,V> |
MutableConfiguration.setCacheWriterFactory(Factory<? extends CacheWriter<? super K,? super V>> factory) |
MutableConfiguration<K,V> |
MutableConfiguration.setExpiryPolicyFactory(Factory<? extends ExpiryPolicy> factory) |
Constructor and Description |
---|
MutableCacheEntryListenerConfiguration(Factory<? extends CacheEntryListener<? super K,? super V>> listenerFactory,
Factory<? extends CacheEntryEventFilter<? super K,? super V>> filterFactory,
boolean isOldValueRequired,
boolean isSynchronous) |
MutableCacheEntryListenerConfiguration(Factory<? extends CacheEntryListener<? super K,? super V>> listenerFactory,
Factory<? extends CacheEntryEventFilter<? super K,? super V>> filterFactory,
boolean isOldValueRequired,
boolean isSynchronous) |
Modifier and Type | Method and Description |
---|---|
static Factory<ExpiryPolicy> |
EternalExpiryPolicy.factoryOf() |
static Factory<ExpiryPolicy> |
CreatedExpiryPolicy.factoryOf(Duration duration) |
static Factory<ExpiryPolicy> |
TouchedExpiryPolicy.factoryOf(Duration duration) |
static Factory<ExpiryPolicy> |
ModifiedExpiryPolicy.factoryOf(Duration duration) |
static Factory<ExpiryPolicy> |
AccessedExpiryPolicy.factoryOf(Duration duration) |
Copyright © 2017. All rights reserved.