Search Results for

    Show / Hide Table of Contents
    View Source

    Class CoreCacheHelperExtensions

    Extension methods for the cache helper

    Inheritance
    System.Object
    Namespace: Umbraco.Extensions
    Assembly: Umbraco.Core.dll
    Syntax
    public static class CoreCacheHelperExtensions

    Fields

    View Source

    PartialViewCacheKey

    Declaration
    public const string PartialViewCacheKey = "Umbraco.Web.PartialViewCacheKey"
    Field Value
    Type Description
    System.String

    Methods

    View Source

    ClearPartialViewCache(AppCaches)

    Clears the cache for partial views

    Declaration
    public static void ClearPartialViewCache(this AppCaches appCaches)
    Parameters
    Type Name Description
    AppCaches appCaches
    • Improve this Doc
    • View Source
    In This Article
    • Fields
      • PartialViewCacheKey
    • Methods
      • ClearPartialViewCache(AppCaches)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX