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