public interface CacheConfig
Modifier and Type | Method and Description |
---|---|
ConfigElement[] |
getCookies()
Deprecated.
This method returns the array of ConfigElement for cookies.
|
java.lang.String |
getExternalCache()
Deprecated.
This method returns the external cache.
|
java.lang.Class |
getIdGenerator()
Deprecated.
This method returns the class of IdGenerator.
|
int |
getInactivity()
Deprecated.
This method returns the inactivity timeout in seconds.
|
boolean |
getInvalidateonly()
Deprecated.
This method determines to look for invalidation only.
|
java.lang.Class |
getMetaDataGenerator()
Deprecated.
This method returns the class of MetaDataGenerator.
|
java.lang.String |
getName()
Deprecated.
This method returns the name of cache config.
|
int |
getPriority()
Deprecated.
This method returns the priority.
|
ConfigElement[] |
getRequestAttributes()
Deprecated.
This method returns the array of ConfigElement for request attributes.
|
ConfigElement[] |
getRequestParameters()
Deprecated.
This method returns the array of ConfigElement for request parameters.
|
ConfigElement[] |
getSessionParameters()
Deprecated.
This method returns the array of ConfigElement for session parameters.
|
int |
getSharingPolicy()
Deprecated.
This method returns the sharing policy.
|
int |
getTimeout()
Deprecated.
This method returns the timeout in seconds.
|
java.lang.String[] |
getURIs()
Deprecated.
This method returns the array of URIs.
|
java.lang.Class getIdGenerator()
java.lang.Class getMetaDataGenerator()
java.lang.String[] getURIs()
ConfigElement[] getRequestParameters()
ConfigElement[] getRequestAttributes()
ConfigElement[] getSessionParameters()
ConfigElement[] getCookies()
boolean getInvalidateonly()
int getPriority()
int getSharingPolicy()
java.lang.String getExternalCache()
int getTimeout()
int getInactivity()
java.lang.String getName()