ServletCachingConfiguration





Attributes Summary
propertiesGroupName : StringString name for this set of properties
timeout : intA non positive value means no timeout, a positive one indicates the max # of seconds and entry will stay in the cache.
priority : intSpecify the priority (positive integer).
invalidateOnly : booleanIf true, then this servlet will not be cached, but will invalidate other entries depending on how its variables are defined.
externalCacheGroups : StringThe list of external cache groups to which this servlet should be forwarded.
idGenerator : StringA class which allows application developers to build and plug in their own Id Generators.
metadataGenerator : StringA 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  

Attribute Details

propertiesGroupName    -    String name for this set of properties
     data type:  String
     default Value:   unspecified



timeout    -    A non positive value means no timeout, a positive one indicates the max # of seconds and entry will stay in the cache.
     data type:  int
     default Value:   0



priority    -    Specify the priority (positive integer).
     data type:  int
     default Value:   1



invalidateOnly    -    If true, then this servlet will not be cached, but will invalidate other entries depending on how its variables are defined.
     data type: boolean
     default Value:   false
     Allowed Values:  true   false  



externalCacheGroups    -    The list of external cache groups to which this servlet should be forwarded.
     data type:  String
     default Value:   unspecified



idGenerator    -    A class which allows application developers to build and plug in their own Id Generators.
     data type:  String
     default Value:   unspecified



metadataGenerator    -    A class which allows application developers to build and plug in their own MetaData Generators.
     data type:  String
     default Value:   unspecified



cachedServlets    -    List of servlets/JSPs to which these caching properties apply.
     data type: Servlet@*



idGeneration    -     
     data type: CacheEntryIDGeneration


Copyright IBM Corp. 1997-2004