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