Creatio development guide
Это документация Creatio версии 7.9.0. Мы рекомендуем использовать новую версию документации.

CacheStoreUtilities.SetOrRemoveValue - метод Смотри также  Terrasoft.Core.Store - пространство имен > CacheStoreUtilities - класс : SetOrRemoveValue - метод C#

source
Cache.
key
Key by which the value value is written to cache.
value
The value that is written in cache by the key key.

Glossary Item Box

Tries to write the value value to the cache by the key key. If the value is null, deletes the key from the cache.

Синтаксис

[Extension()] 
public static void SetOrRemoveValue( 
   ICacheStore source, 
   string key, 
   object value 
)

Параметры

source
Cache.
key
Key by which the value value is written to cache.
value
The value that is written in cache by the key key.

Смотри также

© Terrasoft 2002-2017.

Был ли данный материал полезен?

Как можно улучшить эту статью?