Show / Hide Table of Contents

Enum CacheLevel

Data level in the cache.

Namespace: Terrasoft.Core.Store
Assembly: Terrasoft.Core.dll
Syntax
public enum CacheLevel

Fields

Name Description
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.

Extension Methods

EnumUtilities.ToLocalizedString()
EnumUtilities.ToLocalizedString(CultureInfo)
ReflectionUtilities.GetPropertyValue(String)
ReflectionUtilities.GetPropertyDefValue(String, Object)
ReflectionUtilities.TryGetPropertyValue(String, Object)
ReflectionUtilities.HasProperty(String)
ReflectionUtilities.GetPropertyValue(String, BindingFlags)
ReflectionUtilities.GetPropertyValueByPath(String)
ReflectionUtilities.SetPropertyValue(String, Object)
ReflectionUtilities.TrySetPropertyValue(String, Object)
ValidateUtilities.CheckArgumentNull(String)
ValidateUtilities.CheckDependencyNull(String)
MetaDataTestUtils.MetaPropertiesShouldNotHaveDefValue<CacheLevel>()
MetaDataTestUtils.MetaPropertiesShouldNotHaveDefValue<CacheLevel>(Boolean)
NSubstituteExtension.Protected(String, Object[])
NSubstituteExtension.Protected(String, Boolean, Object[])
NSubstituteExtension.ProtectedGeneric<T>(String, Object[])
NSubstituteExtension.ProtectedGeneric<T>(String, Boolean, Object[])
NSubstituteExtension.ProtectedProperty(String)
NSubstituteExtension.MatchInstance<CacheLevel>()
SubstituteUtilities.GetIsSubstituteObject()
Back to top Generated by DocFX