<queryCache> (OLAP Query Cache)

Represents the cache of OLAP sheet data queries.

Parent Elements

<tupleCache>3.10.1.94)

Child Elements

Subclause

<query> (Query)

§3.10.1.75

Attributes

Description

<count> (Cached Query Count)

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>