public class CacheDescriptor extends Object
Modifier and Type | Field and Description |
---|---|
protected CacheAttributesChecker |
cacheChecker |
protected Class<? extends Cache> |
implClass |
String |
name |
Map<String,String> |
options |
boolean |
remove |
int |
ttl |
Modifier | Constructor and Description |
---|---|
|
CacheDescriptor() |
|
CacheDescriptor(CacheDescriptor other) |
protected |
CacheDescriptor(String name,
Class<? extends Cache> implClass,
Integer ttl,
Map<String,String> options) |
Modifier and Type | Method and Description |
---|---|
CacheDescriptor |
clone() |
Class<?> |
getImplClass() |
void |
setImplClass(Class<Cache> implClass) |
void |
start() |
void |
stop() |
String |
toString() |
public boolean remove
public int ttl
protected CacheAttributesChecker cacheChecker
public CacheDescriptor()
protected CacheDescriptor(String name, Class<? extends Cache> implClass, Integer ttl, Map<String,String> options)
public CacheDescriptor(CacheDescriptor other)
public CacheDescriptor clone()
public Class<?> getImplClass()
public void setImplClass(Class<Cache> implClass)
public void start()
public void stop()
Copyright © 2016 Nuxeo SA. All rights reserved.