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.5+a9a57e1eda0b57f197e0c68d2aa7d7dc95b6c424
C#
protected virtual TokenInMemoryCache<Guid, ITokenInfo> TokenByUserIDCache { get; }

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

TokenInMemoryCacheGuid, ITokenInfo

См. также