<queryCache>
(OLAP Query Cache)
Represents the cache of OLAP sheet data queries.
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
Attributes |
Description |
---|---|
|
Specifies the number of cached queries in the collection. The possible values for this attribute are defined by the XML Schema unsignedInt datatype. |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_QueryCache">
<sequence>
<element name="query" maxOccurs="unbounded" type="CT_Query"/>
</sequence>
<attribute name="count" type="xsd:unsignedInt"/>
</complexType>