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, wait
get, invalidate, invalidateAll, put
protected AbstractCache(CacheDescriptor desc)
public String getName()
Cache
Copyright © 2016 Nuxeo SA. All rights reserved.