CacheFactorypublic final class CoherenceCacheFactory extends AbstractCacheFactory
| Constructor | Description |
|---|---|
CoherenceCacheFactory() |
| Modifier and Type | Method | 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.
|
getCache, isInitializedpublic java.lang.String getCacheType()
public java.lang.String getCacheClassName()
public void shutdown()
shutdown in interface CacheFactoryshutdown in class AbstractCacheFactorypublic 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-2008. All rights reserved http://www.intalio.com