BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
complexType xml-entity-cacheType

Super Types
{http://www.bea.com/ns/weblogic/90/domain}xml-entity-cacheType (extension)

Documentation
Corresponds to XMLEntityCacheMBean
Properties
This component is not nillable.

Model
<...>
(cache-location?, cache-memory-size, cache-disk-size, cache-timeout-interval, max-size? )
</...>


Nested Element Summary
 cache-disk-size
          The disk size, in MB, of the persistent disk cache. 
xs:stringcache-location
          Provides the path name for the persistent cache files. 
 cache-memory-size
          The memory size, in KB, of the cache. 
 cache-timeout-interval
          The default timeout interval, in seconds, for the cache. 
xs:intmax-size
          Provides the maximum number of entries that can be stored in the cache at any given time. 
Source
<xs:complexType name="xml-entity-cacheType">
<xs:complexContent>
<xs:extension base="dom:configurationType">
<xs:sequence>
<xs:element minOccurs="0" name="cache-location" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="cache-memory-size" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="0"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="cache-disk-size" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="0"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="cache-timeout-interval" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="0"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="max-size" nillable="false" type="xs:int">
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation