IUserInfoCache - интерфейс

Cache with UserInfo objects associated with respective handler types IUserInfoHandler.

Definition

Пространство имён: Tessa.Roles.UserInfo
Сборка: Tessa (в Tessa.dll) Версия: 4.2.1+2efecbe35c10dec386bb05925f2876c4acbb708d
C#
public interface IUserInfoCache

Методы

InvalidateAsync Invalidates all user info records from the cache.
SetUserInfoAsync Adds to the cache user info userInfo for handler type type.
TryGetUserInfoAsync Returns user info from the cache by user's identifier userID and handler type type. Returns null if requested info isn't cached.

См. также