Class Constants.Cache
Inheritance
System.Object
Namespace: Umbraco.Cms.Core
Assembly: Umbraco.Core.dll
Syntax
public static class Cache
Fields
View SourceNullRepresentationInCache
Defines the string used to represent a null value in the cache.
Declaration
public const string NullRepresentationInCache = "*NULL*"
Field Value
Type | Description |
---|---|
System. |
Remarks
Used in conjunction with the option to cache null values on the repository caches, so we can distinguish a true null "not found" value and a cached null value.