AvatarContentTokenProviderTokenByIDCache - свойство
In-memory cache for tokens indexed by token ID.
This cache helps reduce the number of repository calls when retrieving tokens by their string identifier.
Tokens are stored for the configured expiration period or until manually removed.
Пространство имён: Tessa.Content.AvatarsСборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
protected virtual TokenInMemoryCache<string, ITokenInfo> TokenByIDCache { get; }
Protected Overridable ReadOnly Property TokenByIDCache As TokenInMemoryCache(Of String, ITokenInfo)
Get
protected:
virtual property TokenInMemoryCache<String^, ITokenInfo^>^ TokenByIDCache {
TokenInMemoryCache<String^, ITokenInfo^>^ get ();
}
abstract TokenByIDCache : TokenInMemoryCache<string, ITokenInfo> with get
override TokenByIDCache : TokenInMemoryCache<string, ITokenInfo> with get
Значение свойства
TokenInMemoryCacheString,
ITokenInfo