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, wait
getSize, invalidateLocal, invalidateLocalAll, putLocal
get, hasEntry, invalidate, invalidateAll, keySet, put
protected AbstractCache(CacheDescriptor desc)
public String getName()
Cache
public void start()
CacheManagement
start
in interface CacheManagement
public void stop()
CacheManagement
stop
in interface CacheManagement
Copyright © 2018 Nuxeo. All rights reserved.