Attributes Summary |
propertiesGroupName : String | String name for the group of servlets or JavaServer Pages (JSP) files to cache.
|
timeout : Integer | Specifies the length of time, in seconds, that a created cache entry remains in the cache.
|
priority : Integer | Defines the default priority for cached servlets.
|
invalidateOnly : Boolean | Specifies that invalidations for a servlet take place, but that no servlet caching is performed.
|
externalCacheGroups : String | Specifies the names of the servlets or JSP files to cache.
|
idGenerator : String | A class which allows application developers to build and plug in their own Id Generators.
|
metadataGenerator : String | A class which allows application developers to build and plug in their own MetaData Generators.
|
cachedServlets : Servlet
@*
| List of servlets/JSPs to which these caching properties apply.
|
idGeneration : CacheEntryIDGeneration | Id generation properties for this cache configuration.
|