Uses of Interface
javax.cache.integration.CacheLoader
Packages that use CacheLoader
Package
Description
This package contains configuration classes and interfaces.
-
Uses of CacheLoader in javax.cache.configuration
Fields in javax.cache.configuration with type parameters of type CacheLoaderModifier and TypeFieldDescriptionprotected Factory<CacheLoader<K, V>> MutableConfiguration.cacheLoaderFactoryTheFactoryfor theCacheLoader.Methods in javax.cache.configuration that return types with arguments of type CacheLoaderModifier and TypeMethodDescriptionFactory<CacheLoader<K, V>> CompleteConfiguration.getCacheLoaderFactory()Gets theFactoryfor theCacheLoader, if any.Factory<CacheLoader<K, V>> MutableConfiguration.getCacheLoaderFactory()Gets theFactoryfor theCacheLoader, if any.Method parameters in javax.cache.configuration with type arguments of type CacheLoaderModifier and TypeMethodDescriptionMutableConfiguration.setCacheLoaderFactory(Factory<? extends CacheLoader<K, V>> factory) Set theCacheLoaderfactory.