The default CacheHelper parameters allow you to change the properties of the built-in, default CacheHelper implementation. You open the Default CacheHelper property editor by selecting the Cache Default Helper property and its ellipsis (...) button from the Sun ONE AS pane of the web.xml property sheet.
To add a default CacheHelper parameter:
To edit a default CacheHelper parameter:
Remove the parameter from the table in the property editor.
The following describes default CacheHelper parameters:
Property Name | Value |
---|---|
cacheKeyGeneratorAttrName | The caching engine looks in the ServletContext for an attribute with a name equal to the value specified for this property to determine whether a customized CacheKeyGenerator implementation is used. An application may provide a customized key generator rather than using the default CacheHelper implementation. |
See also | |
Web Module Property Sheet: Sun ONE AS Tab Cache Property Editor |