public abstract class AbstractCacheFactory extends java.lang.Object implements CacheFactory
CacheFactory. Users interested in supplying their
own cache implementations might want to extend this class to provide their
own CacheFactory instance.| Constructor and Description |
|---|
AbstractCacheFactory() |
| Modifier and Type | Method and Description |
|---|---|
Cache |
getCache(java.lang.ClassLoader classLoader)
Instantiates an instance of the cache implementation this factory is responsible
for using the given classloader.
|
void |
shutdown()
Allows for cache-specific shutdown operations and resource cleanup.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCacheClassName, getCacheTypepublic final Cache getCache(java.lang.ClassLoader classLoader) throws CacheAcquireException
getCache in interface CacheFactoryclassLoader - A ClassLoader instance.CacheAcquireException - Problem instantiating a cache instance.CacheFactory.getCache(java.lang.ClassLoader)public void shutdown()
shutdown in interface CacheFactoryCacheFactory.shutdown()Intalio Inc. (C) 1999-2006. All rights reserved http://www.intalio.com