Attributes Summary |
defaultPriority : int | The default priority for servlets that can be cached.
|
hashSize : int | Specifies a hash size when disk offload is enabled.
|
cacheSize : int | A positive integer defining the maximum number of entries the cache will hold.
|
enableCacheReplication : boolean | @since 6.
|
replicationType | Specifies the sharing policy of replicated objects across application servers.
|
pushFrequency : int | A time interval, specified in seconds, which is used when replication type is PUSH.
|
useListenerContext : boolean | Set this value to true to have invalidation events fired to registered invalidation listeners using the listener's J2EE context.
|
enableDiskOffload : boolean | Enables disk offloading.
|
diskOffloadLocation : String | Specifies a directory used for disk offload.
|
flushToDiskOnStop : boolean | Set this value to true to have in memory cached objects saved to disk when the server is stopped.
|
cacheReplication : DRSSettings | Configure distributed cache replication settings in order to maintain cache consistency across cache instances on different application servers.
|