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, waitget, invalidate, invalidateAll, putpublic String getName()
Cachepublic boolean hasEntry(String key) throws IOException
CachehasEntry in interface Cachekey - the string keyIOExceptionCopyright © 2015 Nuxeo SA. All rights reserved.