|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CacheLoader | |
---|---|
javax.cache | This package contains the API for JCache. |
Uses of CacheLoader in javax.cache |
---|
Fields in javax.cache declared as CacheLoader | |
---|---|
protected CacheLoader<K,? extends V> |
SimpleConfiguration.cacheLoader
The CacheLoader for the built Configuration . |
Methods in javax.cache that return CacheLoader | |
---|---|
CacheLoader<K,? extends V> |
SimpleConfiguration.getCacheLoader()
Gets the registered CacheLoader , if any. |
CacheLoader<K,? extends V> |
Configuration.getCacheLoader()
Gets the registered CacheLoader , if any. |
Methods in javax.cache with parameters of type CacheLoader | |
---|---|
SimpleConfiguration<K,V> |
SimpleConfiguration.setCacheLoader(CacheLoader<K,? extends V> loader)
Set the CacheLoader . |
Constructors in javax.cache with parameters of type CacheLoader | |
---|---|
SimpleConfiguration(Iterable<CacheEntryListenerRegistration<? super K,? super V>> cacheEntryListenerRegistrations,
CacheLoader<K,? extends V> cacheLoader,
CacheWriter<? super K,? super V> cacheWriter,
ExpiryPolicy<? super K,? super V> expiryPolicy,
boolean isReadThrough,
boolean isWriteThrough,
boolean isStatisticsEnabled,
boolean isStoreByValue,
boolean isTransactionsEnabled,
IsolationLevel txnIsolationLevel,
Mode txnMode)
Constructs a SimpleConfiguration based on a set of parameters. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |