BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
element when-to-cache

Super Types
{http://www.w3.org/2001/XMLSchema}string
|
+--{http://www.bea.com/ns/weblogic/90/domain} (restriction)

Documentation
Specifies when WebLogic Server should cache external entities that it 
 retrieves from the Web.



When WebLogic Server resolves an external entity within an XML file
 and retrieves the entity from the Web, you can specify that WebLogic 
 Server cache this entity only when the entity is first referenced, when 
 WebLogic Server first starts up, or not at all.

 


 Default: "cache-on-reference"
Properties
This component is not nillable.

Model
<when-to-cache>

</when-to-cache>

Source
<xs:element minOccurs="0" name="when-to-cache" nillable="true">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="cache-on-reference"/>
<xs:enumeration value="cache-at-initialization"/>
<xs:enumeration value="cache-never"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation