Sitecore 5.1.1 API

CacheStatistics Constructor 

[Visual Basic]
Public Sub New( _
   ByVal totalCount As Long, _
   ByVal totalSize As Long _
)
[C#]
public CacheStatistics(
   long totalCount,
   long totalSize
);

See Also

CacheStatistics Class | Sitecore.Caching Namespace