Database GetCacheInfo
Provides information on the current cache usage. In case that cache partitioning is used in a cube information on the different cache partitions will be returned.
Request
<Alea:Document xmlns:Alea="http://www.misag.com">
<Alea:Request RequestID="01" Class="Database" Method="GetCacheInfo" />
</Alea:Document>
Answer
<Alea:Document xmlns:Alea="http://www.misag.com">
<Alea:Request RequestID="01">
<Alea:Return>
<Alea:Cube Name="Sales">
<Alea:CachePartitionDimension>UNIT
</Alea:CachePartitionDimension>
<Alea:CachePartitionCount>48</Alea:CachePartitionCount>
<Alea:CacheValueCount>42</Alea:CacheValueCount>
<Alea:CachePartition ID="34">
<Alea:CacheValueCount>24</Alea:CacheValueCount>
<Alea:CacheSubcubeCount>1</Alea:CacheSubcubeCount>
<Alea:CacheSubcubeCellCount>32
</Alea:CacheSubcubeCellCount>
</Alea:CachePartition>
<Alea:CachePartition ID="35">
<Alea:CacheValueCount>3</Alea:CacheValueCount>
<Alea:CacheSubcubeCount>0</Alea:CacheSubcubeCount>
<Alea:CacheSubcubeCellCount>0
</Alea:CacheSubcubeCellCount>
</Alea:CachePartition>
</Alea:Cube>
</Alea:Return>
</Alea:Request>
</Alea:Document>