public abstract class AbstractCache extends Object implements Cache
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected int |
ttl |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractCache(CacheDescriptor desc) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Get cache name as specified in the descriptor
|
boolean |
hasEntry(String key)
Check if a given key is present inside the cache.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitget, getSize, invalidate, invalidateAll, keySet, putprotected AbstractCache(CacheDescriptor desc)
public String getName()
CacheCopyright © 2017 Nuxeo. All rights reserved.