Table of Contents

Class CacheInfo

Namespace
Scaleout.Client
Assembly
Scaleout.Client.dll

Contains information and statistics related to a cache namespace in the ScaleOut service.

public class CacheInfo
Inheritance
CacheInfo
Inherited Members

Properties

Count

Number of objects in the cache.

Id

ID associated with this cache in the ScaleOut service.

MaxSize

Size of the largest object in the cache, in bytes.

MinSize

Size of the smallest object in the cache, in bytes.

Name

Name of the cache. This property may return null if no client applications have provided a name to the service.

Size

Total bytes for all objects in the cache.

Methods

ToString()

Gets a string representation of this CacheInfo object.