<div class="content" name="CACHE_STATISTICS" uuid="81203ca2-e58b-4681-affa-924e59671b5c"><p>Cache statistics on the protocol.</p><dl>
<dd>
<div><pre> typedef struct CACHE_STATISTICS {
   USHORT ProtocolType;
   USHORT Length;
   union {
     RESERVED_CACHE ReservedCacheStats;
     TSHARE_CACHE TShareCacheStats;
     ULONG Reserved[20];
   } Specific;
 } CACHE_STATISTICS,
  *PCACHE_STATISTICS;
</pre></div>
</dd></dl><p><b>ProtocolType:</b>  Protocol type.</p><p><b>Length:</b>  Length of data in the protocol-specific
area. Can be up to 20 * sizeof(ULONG) in size.</p><p><b>Specific:</b>  The union of the
following members:</p><p><b>ReservedCacheStats:</b>  Not used.</p><p><b>TShareCacheStats:</b>  Protocol cache
statistics.</p><p><b>Reserved:</b>  Reserved for future use.</p></div>