CardCachingStrategyFactoryCreateStoreStrategy - метод
Создаёт стратегию кэширования объектов для операции по сохранению карточки.
Обращение к любой созданной стратегии потокобезопасно.
Пространство имён: Tessa.Cards.ComponentModelСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
public static ICardStoreCachingStrategy CreateStoreStrategy(
CardCachingStrategyType strategyType,
ICardGlobalComponentCache globalComponentCache = null
)
Public Shared Function CreateStoreStrategy (
strategyType As CardCachingStrategyType,
Optional globalComponentCache As ICardGlobalComponentCache = Nothing
) As ICardStoreCachingStrategy
public:
static ICardStoreCachingStrategy^ CreateStoreStrategy(
CardCachingStrategyType strategyType,
ICardGlobalComponentCache^ globalComponentCache = nullptr
)
static member CreateStoreStrategy :
strategyType : CardCachingStrategyType *
?globalComponentCache : ICardGlobalComponentCache
(* Defaults:
let _globalComponentCache = defaultArg globalComponentCache null
*)
-> ICardStoreCachingStrategy
- strategyType CardCachingStrategyType
- Тип создаваемой стратегии кэширования.
- globalComponentCache ICardGlobalComponentCache (Optional)
-
Глобальный кэш для компонентов API карточек
или null, если при использовании стратегии глобального кэша
создаётся новый глобальный кэш компонентов.
ICardStoreCachingStrategyСтратегия кэширования объектов для операции по сохранению карточки.