This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public class CacheUsageInfo
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class CacheUsageInfo

The type exposes the following properties.

Public Properties

  Name Description
Public property ActualSize
Gets the actual size of the cache in bytes.
Public property HitRatio
Gets the hit ratio.
Public property Hits
Gets the number of succesful hits.
Public property Misses
Gets the number of cache request misses.
Public property ReadCount
Gets the number of cache reads.
Public property WriteCount
Gets the number of cache writes.

See Also

Advanced