public abstract class AbstractCache extends Object implements CacheManagement
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractCache(CacheDescriptor desc) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Get cache name as specified in the descriptor
|
void |
start()
Starts this cache.
|
void |
stop()
Stops this cache and releases related resources.
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetSize, invalidateLocal, invalidateLocalAll, putLocalget, hasEntry, invalidate, invalidateAll, keySet, putprotected AbstractCache(CacheDescriptor desc)
public String getName()
Cachepublic void start()
CacheManagementstart in interface CacheManagementpublic void stop()
CacheManagementstop in interface CacheManagementCopyright © 2018 Nuxeo. All rights reserved.