Uses of Interface
javax.cache.CacheLoader

Packages that use CacheLoader
javax.cache This package contains the API for JCache.. 
 

Uses of CacheLoader in javax.cache
 

Methods in javax.cache that return CacheLoader
 CacheLoader CacheConfiguration.getCacheLoader()
          Gets the registered CacheLoader, if any.
 

Methods in javax.cache with parameters of type CacheLoader
 CacheBuilder<K,V> CacheBuilder.setCacheLoader(CacheLoader<K,V> cacheLoader)
          Sets the cache loader.
 



Copyright © 2011. All Rights Reserved.