public final class GigaspacesCacheFactory extends AbstractCacheFactory
Constructor and Description |
---|
GigaspacesCacheFactory() |
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 GigaspacesCache.
|
getCache, isInitialized
public String getCacheType()
public String getCacheClassName()
public void shutdown()
shutdown
in interface CacheFactory
shutdown
in class AbstractCacheFactory
public 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 © 2013. All rights reserved.