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

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

TokenInMemoryCacheGuid, ITokenInfo

См. также