| Attributes Summary |
| propertiesGroupName : String | String name for this set of properties |
| timeout : int | A non positive value means no timeout, a positive one indicates the max # of seconds and entry will stay in the cache.
|
| priority : int | Specify the priority (positive integer).
|
| invalidateOnly : boolean | If true, then this servlet will not be cached, but will invalidate other entries depending on how its variables are defined.
|
| externalCacheGroups : String | The list of external cache groups to which this servlet should be forwarded.
|
| 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 |
|