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

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

TokenInMemoryCacheGuid, ITokenInfo

См. также