public sealed class CardCacheSettingsProxy : ICardCacheSettings
Public NotInheritable Class CardCacheSettingsProxy
Implements ICardCacheSettings
public ref class CardCacheSettingsProxy sealed : ICardCacheSettings
[<SealedAttribute>]
type CardCacheSettingsProxy =
class
interface ICardCacheSettings
end
CardCacheSettingsProxy | Создаёт экземпляр класса с указанием декорируемого объекта и методов, выполняемых при очистке кэша вызовом методов интерфейса ICardCacheSettings. |
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) |
GetAsyncT(String, FuncString, T, CancellationToken) | Возвращает настройку из кэша, или добавляет настройку в кэш, возвращённую заданной функцией при отсутствии там настройки. |
GetAsyncT(String, FuncString, CancellationToken, TaskT, CancellationToken) | Возвращает настройку из кэша, или добавляет настройку в кэш, возвращённую заданной функцией при отсутствии там настройки. |
GetHashCode | Serves as the default hash function. (Унаследован от Object) |
GetType | Gets the Type of the current instance. (Унаследован от Object) |
InvalidateAsync(CancellationToken) | Очищает кэш, при этом удаляются все настройки. |
InvalidateAsync(String, CancellationToken) | Выполняет удаление настройки из кэша по заданному ключу. |
InvalidateSourceAsync(CancellationToken) | Очищает кэш, при этом удаляются все настройки. |
InvalidateSourceAsync(String, CancellationToken) | Выполняет удаление настройки из кэша по заданному ключу. |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
ToString | Returns a string that represents the current object. (Унаследован от Object) |
TryGetAlreadyCachedAsyncT | Возвращает настройку из кэша по заданному ключу или null, если настройка отсутствует в кэше. |
Get | (Определяется ComHelper) |
InternalMarkerCanvas |
Возвращает маркер аннотации
(Определяется AnnotationInternalsAccessor) |
Invoke | (Определяется ComHelper) |
Set | (Определяется ComHelper) |