public sealed class CardContextRoleCache : ICardContextRoleCache
Public NotInheritable Class CardContextRoleCache
Implements ICardContextRoleCache
public ref class CardContextRoleCache sealed : ICardContextRoleCache
[<SealedAttribute>]
type CardContextRoleCache =
class
interface ICardContextRoleCache
end
CardContextRoleCache | Создаёт экземпляр класса с указанием его зависимостей. |
ContainsAsync | Возвращает признак того, что контекстная роль с заданным идентификатором присутствует в кэше. |
Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
GetAsync | Возвращает карточку контекстной роли из кэша. Если контекстная роль не была загружена в кэш, то она загружается в него. |
GetHashCode | Serves as the default hash function. (Унаследован от Object) |
GetType | Gets the Type of the current instance. (Унаследован от Object) |
InvalidateAsync | Сбрасывает кэш для контекстной роли с заданным идентификатором. |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
ToString | Returns a string that represents the current object. (Унаследован от Object) |
TryGetAsync | Возвращает карточку контекстной роли из кэша или null, если карточка ещё не была загружена в кэш. |