public class Cache extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<CacheHelper> |
cacheHelper |
protected List<CacheMapping> |
cacheMapping |
protected DefaultHelper |
defaultHelper |
protected String |
enabled |
protected String |
maxEntries |
protected List<Property> |
property |
protected String |
timeoutInSeconds |
| Constructor and Description |
|---|
Cache() |
| Modifier and Type | Method and Description |
|---|---|
List<CacheHelper> |
getCacheHelper() |
List<CacheMapping> |
getCacheMapping() |
DefaultHelper |
getDefaultHelper() |
String |
getEnabled() |
String |
getMaxEntries() |
List<Property> |
getProperty() |
String |
getTimeoutInSeconds() |
void |
setDefaultHelper(DefaultHelper value) |
void |
setEnabled(String value) |
void |
setMaxEntries(String value) |
void |
setTimeoutInSeconds(String value) |
protected String maxEntries
protected String timeoutInSeconds
protected String enabled
protected List<CacheHelper> cacheHelper
protected DefaultHelper defaultHelper
protected List<CacheMapping> cacheMapping
public String getMaxEntries()
public void setMaxEntries(String value)
public String getTimeoutInSeconds()
public void setTimeoutInSeconds(String value)
public String getEnabled()
public void setEnabled(String value)
public List<CacheHelper> getCacheHelper()
public DefaultHelper getDefaultHelper()
public void setDefaultHelper(DefaultHelper value)
public List<CacheMapping> getCacheMapping()
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.