Uses of Interface
javax.cache.integration.CacheLoader
-
Packages that use CacheLoader Package Description javax.cache.configuration This package contains configuration classes and interfaces. -
-
Uses of CacheLoader in javax.cache.configuration
Fields in javax.cache.configuration with type parameters of type CacheLoader Modifier and Type Field Description protected Factory<CacheLoader<K,V>>
MutableConfiguration. cacheLoaderFactory
TheFactory
for theCacheLoader
.Methods in javax.cache.configuration that return types with arguments of type CacheLoader Modifier and Type Method Description Factory<CacheLoader<K,V>>
CompleteConfiguration. getCacheLoaderFactory()
Gets theFactory
for theCacheLoader
, if any.Factory<CacheLoader<K,V>>
MutableConfiguration. getCacheLoaderFactory()
Gets theFactory
for theCacheLoader
, if any.Method parameters in javax.cache.configuration with type arguments of type CacheLoader Modifier and Type Method Description MutableConfiguration<K,V>
MutableConfiguration. setCacheLoaderFactory(Factory<? extends CacheLoader<K,V>> factory)
Set theCacheLoader
factory.
-