IUserInfoCache - интерфейс
Пространство имён: Tessa.Roles.UserInfoСборка: Tessa (в Tessa.dll) Версия: 4.2.1+2efecbe35c10dec386bb05925f2876c4acbb708d
public interface IUserInfoCache
Public Interface IUserInfoCache
public interface class IUserInfoCache
type IUserInfoCache = interface end
| 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.
|