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 the external entities
 it retrieves from the Web.



WebLogic Server can cache the entities when they are referenced, as 
 soon as possible (that is, on initialization) or never. Additionally, 
 WebLogic Server can defer to the XML registry's cache setting.

 


 Default: "defer-to-registry-setting"
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:enumeration value="defer-to-registry-setting"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation