Uses of Interface
net.sf.ehcache.loader.CacheLoader
-
Packages that use CacheLoader Package Description net.sf.ehcache This package contains the public API for using ehcache.net.sf.ehcache.constructs The constructs package builds on top of the core ehcache classes to create implementations for common caching patterns.net.sf.ehcache.constructs.blocking Doug Lea in his book Concurrent Programming in Java talks about concurrency support constructs.net.sf.ehcache.constructs.classloader ClassLoader contstructs packagenet.sf.ehcache.constructs.eventual Construct related to eventual operationsnet.sf.ehcache.loader This package contains a cache loaders and associated factories. -
-
Uses of CacheLoader in net.sf.ehcache
Methods in net.sf.ehcache that return types with arguments of type CacheLoader Modifier and Type Method Description java.util.List<CacheLoader>Cache. getRegisteredCacheLoaders()java.util.List<CacheLoader>Ehcache. getRegisteredCacheLoaders()Methods in net.sf.ehcache with parameters of type CacheLoader Modifier and Type Method Description ElementCache. getWithLoader(java.lang.Object key, CacheLoader loader, java.lang.Object loaderArgument)This method will return, from the cache, the Element associated with the argument "key".ElementEhcache. getWithLoader(java.lang.Object key, CacheLoader loader, java.lang.Object loaderArgument)This method will return, from the cache, the object associated with the argument "key".voidCache. registerCacheLoader(CacheLoader cacheLoader)Register aCacheLoaderwith the cache.voidEhcache. registerCacheLoader(CacheLoader cacheLoader)Register aCacheLoaderwith the cache.voidCache. unregisterCacheLoader(CacheLoader cacheLoader)Unregister aCacheLoaderwith the cache.voidEhcache. unregisterCacheLoader(CacheLoader cacheLoader)Unregister aCacheLoaderwith the cache. -
Uses of CacheLoader in net.sf.ehcache.constructs
Methods in net.sf.ehcache.constructs that return types with arguments of type CacheLoader Modifier and Type Method Description java.util.List<CacheLoader>EhcacheDecoratorAdapter. getRegisteredCacheLoaders()Methods in net.sf.ehcache.constructs with parameters of type CacheLoader Modifier and Type Method Description ElementEhcacheDecoratorAdapter. getWithLoader(java.lang.Object key, CacheLoader loader, java.lang.Object loaderArgument)This method will return, from the cache, the object associated with the argument "key".voidEhcacheDecoratorAdapter. registerCacheLoader(CacheLoader cacheLoader)Register aCacheLoaderwith the cache.voidEhcacheDecoratorAdapter. unregisterCacheLoader(CacheLoader cacheLoader)Unregister aCacheLoaderwith the cache. -
Uses of CacheLoader in net.sf.ehcache.constructs.blocking
Methods in net.sf.ehcache.constructs.blocking with parameters of type CacheLoader Modifier and Type Method Description ElementBlockingCache. getWithLoader(java.lang.Object key, CacheLoader loader, java.lang.Object loaderArgument)This method is not appropriate to use with BlockingCache.voidBlockingCache. registerCacheLoader(CacheLoader cacheLoader)Register aCacheLoaderwith the cache.voidBlockingCache. unregisterCacheLoader(CacheLoader cacheLoader)Unregister aCacheLoaderwith the cache. -
Uses of CacheLoader in net.sf.ehcache.constructs.classloader
Methods in net.sf.ehcache.constructs.classloader with parameters of type CacheLoader Modifier and Type Method Description ElementClassLoaderAwareCache. getWithLoader(java.lang.Object arg0, CacheLoader arg1, java.lang.Object arg2)This method will return, from the cache, the object associated with the argument "key".voidClassLoaderAwareCache. registerCacheLoader(CacheLoader arg0)Register aCacheLoaderwith the cache.voidClassLoaderAwareCache. unregisterCacheLoader(CacheLoader arg0)Unregister aCacheLoaderwith the cache. -
Uses of CacheLoader in net.sf.ehcache.constructs.eventual
Methods in net.sf.ehcache.constructs.eventual with parameters of type CacheLoader Modifier and Type Method Description ElementStronglyConsistentCacheAccessor. getWithLoader(java.lang.Object key, CacheLoader loader, java.lang.Object loaderArgument) -
Uses of CacheLoader in net.sf.ehcache.loader
Methods in net.sf.ehcache.loader that return CacheLoader Modifier and Type Method Description CacheLoaderCacheLoader. clone(Ehcache cache)Creates a clone of this extension.abstract CacheLoaderCacheLoaderFactory. createCacheLoader(Ehcache cache, java.util.Properties properties)Creates a CacheLoader using the Ehcache configuration mechanism at the time the associated cache is created.
-