The Cache Property editor enables you to specify cache parameters, which consist of name and value pairs. You open the Cache Property property editor by selecting the Cache Property property and its ellipsis (...) button from the Sun ONE AS pane of the web.xml property sheet.
To add a cache parameter:
To edit a cache parameter:
From the Cache Property editor, select the parameter and click Remove. The parameter is removed from the table in the property editor.
The following describes cache parameters:
Property Name | Value |
---|---|
cacheClassName |
This parameter specifies
the fully qualified name of the class that
implements the cache functionality.
The possible values are:
|
MultiLRUSegmentSize | This parameter specifies the number of entries in a segment of the cache table that should have its own LRU (least recently used) list. It is applicable only if cacheClassName is set to com.sun.appserv.web.cache.MultiLruCache. |
MaxSize | This parameter specifies an upper bound on the cache memory size in bytes (KB or MB units). Example values are 32 KB or 2 MB. It is applicable only if cacheClassName is set to com.sun.appserv.web.cache.BoundedMultiLruCache. |
See also | |
Web Module Property Sheet: Sun ONE AS Tab Cache Property Editor |