Platform Core .NET Assemblies API
CacheLevel Enumeration
See Also  Send Feedback
Terrasoft.Core.Store Namespace : CacheLevel Enumeration

Glossary Item Box

Data level in the cache.

Syntax

 
C#
 
 

Members

MemberDescription
ApplicationThe global application level. Data of this level will be available to all nodes of the web farm, regardless of the work space.
SessionThe session level. Data of this level is available only in the session of the current user.
WorkspaceThe 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.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Terrasoft.Core.Store.CacheLevel

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© Terrasoft 2002-2018.