AvatarContentTokenProviderTokenByUserIDCache - свойство

In-memory cache for tokens indexed by user ID. This cache allows fast lookup of tokens associated with a specific user, avoiding unnecessary repository queries and improving performance in high-load scenarios. Tokens are evicted based on expiration or manual removal.

Definition

Пространство имён: Tessa.Content.Avatars
Сборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
C#
protected virtual TokenInMemoryCache<Guid, ITokenInfo> TokenByUserIDCache { get; }

Значение свойства

TokenInMemoryCacheGuid, ITokenInfo

См. также