Sun Java System Web Server 7.0 Update 6 Developer's Guide to Java Web Applications

Properties

The following table describes properties for the cache element.

Table A–31 cache Properties

Property Name 

Default Value 

Description 

cacheClassName

com.sun.appserv.web

.cache.LruCache

Specifies the fully qualified name of the class that implements the cache functionality. For a list of valid values, seeCache Class Names.

MultiLRUSegmentSize

4096

Specifies the number of entries in a segment of the cache table that should have its own LRU (least recently used) list. Applicable only if cacheClassName is set to com.sun.appserv.web

.cache.MultiLruCache.

MaxSize

unlimited; Long.MAX_VALUE

Specifies an upper bound on the cache memory size in bytes (KB or MB units). Example values are 32 KB or 2 MB. Applicable only if cacheClassName is set to com.sun.appserv.web.

cache.BoundedMultiLruCache.