Package | Description |
---|---|
javax.cache.configuration |
This package contains configuration classes and interfaces.
|
Modifier and Type | Field | Description |
---|---|---|
protected Factory<CacheLoader<K,V>> |
MutableConfiguration.cacheLoaderFactory |
The
Factory for the CacheLoader . |
Modifier and Type | Method | Description |
---|---|---|
Factory<CacheLoader<K,V>> |
CompleteConfiguration.getCacheLoaderFactory() |
Gets the
Factory for the
CacheLoader , if any. |
Factory<CacheLoader<K,V>> |
MutableConfiguration.getCacheLoaderFactory() |
Gets the
Factory for the
CacheLoader , if any. |
Modifier and Type | Method | Description |
---|---|---|
MutableConfiguration<K,V> |
MutableConfiguration.setCacheLoaderFactory(Factory<? extends CacheLoader<K,V>> factory) |
Set the
CacheLoader factory. |
Copyright © 2017. All rights reserved.