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