Uses of Interface
net.sf.ehcache.extension.CacheExtension
-
Packages that use CacheExtension 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.classloader ClassLoader contstructs packagenet.sf.ehcache.extension This package contains interfaces and classes for the cache extension mechanism. -
-
Uses of CacheExtension in net.sf.ehcache
Methods in net.sf.ehcache that return types with arguments of type CacheExtension Modifier and Type Method Description java.util.List<CacheExtension>Cache. getRegisteredCacheExtensions()java.util.List<CacheExtension>Ehcache. getRegisteredCacheExtensions()Methods in net.sf.ehcache with parameters of type CacheExtension Modifier and Type Method Description voidCache. registerCacheExtension(CacheExtension cacheExtension)Register aCacheExtensionwith the cache.voidEhcache. registerCacheExtension(CacheExtension cacheExtension)Register aCacheExtensionwith the cache.voidCache. unregisterCacheExtension(CacheExtension cacheExtension)Unregister aCacheExtensionwith the cache.voidEhcache. unregisterCacheExtension(CacheExtension cacheExtension)Unregister aCacheExtensionwith the cache. -
Uses of CacheExtension in net.sf.ehcache.constructs
Methods in net.sf.ehcache.constructs that return types with arguments of type CacheExtension Modifier and Type Method Description java.util.List<CacheExtension>EhcacheDecoratorAdapter. getRegisteredCacheExtensions()Methods in net.sf.ehcache.constructs with parameters of type CacheExtension Modifier and Type Method Description voidEhcacheDecoratorAdapter. registerCacheExtension(CacheExtension cacheExtension)Register aCacheExtensionwith the cache.voidEhcacheDecoratorAdapter. unregisterCacheExtension(CacheExtension cacheExtension)Unregister aCacheExtensionwith the cache. -
Uses of CacheExtension in net.sf.ehcache.constructs.classloader
Methods in net.sf.ehcache.constructs.classloader with parameters of type CacheExtension Modifier and Type Method Description voidClassLoaderAwareCache. registerCacheExtension(CacheExtension arg0)Register aCacheExtensionwith the cache.voidClassLoaderAwareCache. unregisterCacheExtension(CacheExtension arg0)Unregister aCacheExtensionwith the cache. -
Uses of CacheExtension in net.sf.ehcache.extension
Methods in net.sf.ehcache.extension that return CacheExtension Modifier and Type Method Description CacheExtensionCacheExtension. clone(Ehcache cache)Creates a clone of this extension.abstract CacheExtensionCacheExtensionFactory. createCacheExtension(Ehcache cache, java.util.Properties properties)
-