CardCachingStrategyFactoryCreateStoreStrategy - метод |
Создаёт стратегию кэширования объектов для операции по сохранению карточки.
Обращение к любой созданной стратегии потокобезопасно.
Пространство имён:
Tessa.Cards.ComponentModel
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис 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
- Тип: Tessa.Cards.ComponentModelCardCachingStrategyType
Тип создаваемой стратегии кэширования. - globalComponentCache (Optional)
- Тип: Tessa.Cards.ComponentModelICardGlobalComponentCache
Глобальный кэш для компонентов API карточек
или null, если при использовании стратегии глобального кэша
создаётся новый глобальный кэш компонентов.
Возвращаемое значение
Тип:
ICardStoreCachingStrategyСтратегия кэширования объектов для операции по сохранению карточки.
См. также