Uses of Class
javax.util.jcache.CacheLoader

Packages that use CacheLoader
javax.util.jcache All access to the cache is through the class javax.util.jcache.CacheAccess
org.fjank.jcache All access to the cache is through the class javax.util.jcache.CacheAccess
 

Uses of CacheLoader in javax.util.jcache
 

Methods in javax.util.jcache that return CacheLoader
 CacheLoader Attributes.getLoader()
          Deprecated. returns the CacheLoaderattribute.
 

Methods in javax.util.jcache with parameters of type CacheLoader
 void Attributes.setLoader(CacheLoader aLoader)
          Deprecated. Will associate a loader object with this object.
 

Uses of CacheLoader in org.fjank.jcache
 

Methods in org.fjank.jcache that return CacheLoader
 CacheLoader AttributesImpl.getLoader()
          returns the CacheLoaderattribute.
 

Methods in org.fjank.jcache with parameters of type CacheLoader
 void AttributesImpl.setLoader(CacheLoader aLoader)
          Will associate a loader object with this object.
 



Copyright © 2002-2009 Hosted by SourceForge. All Rights Reserved.