Class CacheStatistics

Assembly: redb.Core.dll

Permissions cache statistics

public class CacheStatistics

Inheritance

ObjectCacheStatistics

Properties

CreatedAt

public DateTimeOffset CreatedAt { get; set; }

ExpiresAt

public DateTimeOffset ExpiresAt { get; set; }

HasGlobalPermissions

public bool HasGlobalPermissions { get; set; }

IsExpired

public bool IsExpired { get; set; }

ObjectPermissionsCount

public int ObjectPermissionsCount { get; set; }

SchemePermissionsCount

public int SchemePermissionsCount { get; set; }

UserId

public long UserId { get; set; }

Version

public long Version { get; set; }

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()