CacheLevel - перечисление Смотри также Terrasoft.Core.Store - пространство имен : CacheLevel - перечисление C#
Glossary Item Box
public enum CacheLevel
Член | Описание |
---|---|
Application | The global application level. Data of this level will be available to all nodes of the web farm, regardless of the work space. |
Session | The session level. Data of this level is available only in the session of the current user. |
Workspace | The global application level. Data of this level will be available to all nodes of the web farm. Data of different work spaces are stored separately. |
System.Object
System.ValueType
System.Enum
Terrasoft.Core.Store.CacheLevel