Search Results for

    Show / Hide Table of Contents
    View Source

    Class Constants.Cache

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core
    Assembly: Umbraco.Core.dll
    Syntax
    public static class Cache

    Fields

    View Source

    NullRepresentationInCache

    Defines the string used to represent a null value in the cache.

    Declaration
    public const string NullRepresentationInCache = "*NULL*"
    Field Value
    Type Description
    System.String
    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.

    • Improve this Doc
    • View Source
    In This Article
    • Fields
      • NullRepresentationInCache
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX