public final class CoherenceCacheFactory extends AbstractCacheFactory
| Constructor and Description |
|---|
CoherenceCacheFactory() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCacheClassName()
Returns the full class name of the underlying cache implementation.
|
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(String implementation)
Normally called to shutdown CoherenceCache.
|
getCache, isInitializedpublic String getCacheType()
public String getCacheClassName()
public void shutdown()
shutdown in interface CacheFactoryshutdown in class AbstractCacheFactorypublic void shutdown(String implementation)
com.tangosol.net.CacheFactory implementation,
it can also be called with a test implementations classname.implementation - Cache implementation classname to shutdown.Copyright © 2014. All rights reserved.