Uses of Class
org.ajax4jsf.cache.CacheException

Packages that use CacheException
org.ajax4jsf.cache Cache APIs 
 

Uses of CacheException in org.ajax4jsf.cache
 

Methods in org.ajax4jsf.cache that throw CacheException
 Cache CacheFactory.createCache(java.util.Map env, CacheLoader cacheLoader, CacheConfigurationLoader cacheConfigurationloader)
          creates a new implementation specific Cache object using the env parameters.
 java.lang.Object Cache.get(java.lang.Object key, java.lang.Object context)
          The get method will return, from the cache, the object associated with the argument "key".
 void Cache.load(java.lang.Object key, java.lang.Object context)
          The load method provides a means to "pre load" the cache.
 java.lang.Object CacheLoader.load(java.lang.Object key, java.lang.Object context)
          loads an object.
 



Copyright © 2010. All Rights Reserved.