public final class CoherenceCacheFactory extends AbstractCacheFactory
| Constructor and Description |
|---|
CoherenceCacheFactory() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCacheClassName()
Returns the full class name of the underlying cache implementation.
|
java.lang.String |
getCacheType()
Returns the short alias cache type for this factory instance.
|
void |
shutdown()
Allows for cache-specific shutdown operations and resource cleanup.
|
void |
shutdown(java.lang.String implementation)
Normally called to shutdown CoherenceCache.
|
getCachepublic java.lang.String getCacheType()
CacheFactory.getCacheType()public java.lang.String getCacheClassName()
CacheFactory.getCacheClassName()public void shutdown()
shutdown in interface CacheFactoryshutdown in class AbstractCacheFactoryCacheFactory.shutdown()public void shutdown(java.lang.String implementation)
com.tangosol.net.CacheFactory implementation,
it can also be called with a test implementations classname.implementation - Cache implementation classname to shutdown.Intalio Inc. (C) 1999-2006. All rights reserved http://www.intalio.com