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 members.

Public Constructors

  Name Description
Public method CacheUsageInfo

Public Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from Object.)

Protected Methods

  Name Description
Protected method Finalize (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)

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