Fusion Middleware Control Help for WebLogic Server

Previous Next Open TOC in new window
Content starts here

Domain: Other Services: XML Entity Caches

Column Display     

This page lists the XML entity caches that have been configured for the current domain. Click on the name of an XML entity cache to see its full configuration.

Column Display

Name Description
Name

The name of the XML entity cache.

MBean Attribute:
XMLEntityCacheMBean.Name

Changes take effect after you redeploy the module or restart the server.

Cache Location

Provides the path name for the persistent cache files.

MBean Attribute:
XMLEntityCacheMBean.CacheLocation

Cache Memory Size

The memory size, in KB, of the cache. The default value is 500 KB.

Return the memory size in KBytes of the cache.

MBean Attribute:
XMLEntityCacheMBean.CacheMemorySize

Minimum value: 0

Cache Disk Size

The disk size, in MB, of the persistent disk cache. The default value is 5 MB.

Return the disk size in MBytes of the cache.

MBean Attribute:
XMLEntityCacheMBean.CacheDiskSize

Minimum value: 0

Cache Timeout Interval

The default timeout interval, in seconds, for the cache. The default value is 120 seconds.

Return the default timeout interval in seconds for the cache.

MBean Attribute:
XMLEntityCacheMBean.CacheTimeoutInterval

Minimum value: 0

Maximum Size

Provides the maximum number of entries that can be stored in the cache at any given time.

MBean Attribute:
XMLEntityCacheMBean.MaxSize


Back to Top