Skip navigation.

WebLogic Server Configuration Reference

  Previous Next vertical dots separating previous/next from contents/index/pdf Contents Index View as PDF   Get Adobe Reader

XMLEntityCache

 


Description

Configure the behavior of JAXP (Java API for XML Parsing) in the server.

 


Syntax

<XMLEntityCache
CacheDiskSize="number"
CacheLocation="String"
CacheMemorySize="number"
CacheTimeoutInterval="number"
MaxSize="number"
Name="String"
Notes="String"
/>

 


Parent Elements

 


Attributes

Table 85-1 XMLEntityCache attributes

Attribute

Description

Range of Values and Default

CacheDiskSize

Return the disk size in MBytes of the cache.

Admin Console field label: Cache Disk Size

Default: 5

Minimum: 0

CacheLocation

Return the path name of the persistent cache files.

Required: no

Default: xmlcache

CacheMemorySize

Return the memory size in KBytes of the cache.

Admin Console field label: Cache Memory Size

Default: 500

Minimum: 0

CacheTimeoutInterval

Return the default timeout interval in seconds for the cache.

Admin Console field label: Cache Timeout Interval

Default: 120

Minimum: 0

MaxSize


Default: 0

Name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Required: no

Notes

Optional information that you can include to describe this configuration.

Required: no

 

Skip navigation bar  Back to Top Previous Next