Uses of Interface
javax.cache.CacheLoader
-
Packages that use CacheLoader Package Description javax.cache org.wso2.carbon.caching.impl -
-
Uses of CacheLoader in javax.cache
Methods in javax.cache that return CacheLoader Modifier and Type Method Description CacheLoader<K,? extends V>CacheConfiguration. getCacheLoader()Gets the registeredCacheLoader, if any.Methods in javax.cache with parameters of type CacheLoader Modifier and Type Method Description CacheBuilder<K,V>CacheBuilder. setCacheLoader(CacheLoader<K,? extends V> cacheLoader)Sets the cache loader. -
Uses of CacheLoader in org.wso2.carbon.caching.impl
Methods in org.wso2.carbon.caching.impl that return CacheLoader Modifier and Type Method Description CacheLoaderCacheConfigurationImpl. getCacheLoader()Methods in org.wso2.carbon.caching.impl with parameters of type CacheLoader Modifier and Type Method Description CacheBuilder<K,V>CacheBuilderImpl. setCacheLoader(CacheLoader<K,? extends V> cacheLoader)
-