public abstract class AbstractCache extends Object implements Cache
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.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
get, invalidate, invalidateAll, put
public String getName()
Cache
public boolean hasEntry(String key) throws IOException
Cache
hasEntry
in interface Cache
key
- the string keyIOException
Copyright © 2015 Nuxeo SA. All rights reserved.