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

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

TokenInMemoryCacheGuid, ITokenInfo

См. также