Class UserCacheStats

Assembly: redb.Core.dll

User cache statistics.

public class UserCacheStats

Inheritance

ObjectUserCacheStats

Properties

ObjectCount

Number of user objects in cache.

public int ObjectCount { get; set; }

Quota

User quota (null = unlimited, for sys).

public int? Quota { get; set; }

UsagePercent

Quota usage percentage (0-100+).

public double UsagePercent { get; set; }

UserId

User ID.

public long UserId { get; set; }