public class Cache extends WebPropertyContainer
Modifier and Type | Field and Description |
---|---|
static String |
CACHE_HELPER |
static String |
CACHE_MAPPING |
static String |
DEFAULT_HELPER |
static String |
ENABLED |
static String |
MAX_ENTRIES |
static String |
PROPERTY |
static String |
TIMEOUT_IN_SECONDS |
NAME, VALUE
propListeners
DESCRIPTION_CHANGED, DESCRIPTOR_CHANGED, docType, LARGE_ICON_CHANGED, NAME_CHANGED, SMALL_ICON_CHANGED
Constructor and Description |
---|
Cache() |
Modifier and Type | Method and Description |
---|---|
int |
addCacheHelper(CacheHelper value) |
int |
addCacheMapping(CacheMapping value) |
void |
addNewCacheHelper(CacheHelper value) |
void |
addNewCacheMapping(CacheMapping value) |
CacheHelper[] |
getCacheHelper() |
CacheHelper |
getCacheHelper(int index) |
CacheMapping[] |
getCacheMapping() |
CacheMapping |
getCacheMapping(int index) |
DefaultHelper |
getDefaultHelper() |
int |
removeCacheHelper(CacheHelper value) |
int |
removeCacheMapping(CacheMapping value) |
void |
setCacheHelper(CacheHelper[] value) |
void |
setCacheHelper(int index,
CacheHelper value) |
void |
setCacheMapping(CacheMapping[] value) |
void |
setCacheMapping(int index,
CacheMapping value) |
void |
setDefaultHelper(DefaultHelper value) |
int |
sizeCacheHelper() |
int |
sizeCacheMapping() |
boolean |
verify() |
addWebProperty, getWebProperty, getWebProperty, removeWebProperty, setWebProperty, setWebProperty, sizeWebProperty
addPropertyChangeListener, addPropertyChangeListener, addValue, getAttributeValue, getAttributeValue, getAttributeValue, getValue, getValue, getValues, removePropertyChangeListener, removePropertyChangeListener, removeValue, removeValue, setAttributeValue, setAttributeValue, setAttributeValue, setValue, setValue, size
addDescriptorExtension, addPrefixMapping, createUniqueFilenameAmongst, createUniqueNameAmongst, createUniqueNameAmongstNamedDescriptors, fillDocType, getDeploymentExtensions, getDescription, getDescriptorExtension, getDescriptorExtensions, getDisplayName, getDocType, getLargeIconUri, getLocalizedDescription, getLocalizedDescriptions, getLocalizedDisplayName, getLocalizedDisplayNames, getLocalizedLargeIconUri, getLocalizedLargeIconUris, getLocalizedSmallIconUri, getLocalizedSmallIconUris, getName, getPrefixMapping, getSmallIconUri, isBoundsChecking, print, setBoundsChecking, setDescription, setDisplayName, setLargeIconUri, setLocalizedDescription, setLocalizedDisplayName, setLocalizedLargeIconUri, setLocalizedSmallIconUri, setName, setSmallIconUri, visit
addExtraAttribute, getExtraAttribute, getExtraAttributes, removeExtraAttribute, toString
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
public static final String CACHE_HELPER
public static final String DEFAULT_HELPER
public static final String PROPERTY
public static final String CACHE_MAPPING
public static final String MAX_ENTRIES
public static final String TIMEOUT_IN_SECONDS
public static final String ENABLED
public void setCacheHelper(int index, CacheHelper value)
public CacheHelper getCacheHelper(int index)
public void setCacheHelper(CacheHelper[] value)
public CacheHelper[] getCacheHelper()
public int sizeCacheHelper()
public int addCacheHelper(CacheHelper value)
public void addNewCacheHelper(CacheHelper value)
public int removeCacheHelper(CacheHelper value)
public void setDefaultHelper(DefaultHelper value)
public DefaultHelper getDefaultHelper()
public void setCacheMapping(int index, CacheMapping value)
public CacheMapping getCacheMapping(int index)
public void setCacheMapping(CacheMapping[] value)
public CacheMapping[] getCacheMapping()
public int sizeCacheMapping()
public int addCacheMapping(CacheMapping value)
public void addNewCacheMapping(CacheMapping value)
public int removeCacheMapping(CacheMapping value)
public boolean verify()
verify
in class WebPropertyContainer
Copyright © 2021. All rights reserved.