<tupleCache>
(Tuple Cache)
Represents the cache of OLAP sheet data members, or tuples.
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
|
|
|
|
|
|
|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_TupleCache">
<sequence>
<element name="entries" minOccurs="0" type="CT_PCDSDTCEntries"/>
<element name="sets" minOccurs="0" type="CT_Sets"/>
<element name="queryCache" minOccurs="0" type="CT_QueryCache"/>
<element name="serverFormats" minOccurs="0" maxOccurs="1" type="CT_ServerFormats"/>
<element name="extLst" minOccurs="0" type="CT_ExtensionList"/>
</sequence>
</complexType>