Search Results for

    Show / Hide Table of Contents
    View Source

    Class RepositoryCacheKeys

    Provides cache keys for repositories.

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Persistence.Repositories
    Assembly: Umbraco.Core.dll
    Syntax
    public static class RepositoryCacheKeys

    Methods

    View Source

    GetKey<T>()

    Declaration
    public static string GetKey<T>()
    Returns
    Type Description
    System.String
    Type Parameters
    Name Description
    T
    View Source

    GetKey<T, TId>(TId)

    Declaration
    public static string GetKey<T, TId>(TId id)
    Parameters
    Type Name Description
    TId id
    Returns
    Type Description
    System.String
    Type Parameters
    Name Description
    T
    TId
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • GetKey<T>()
      • GetKey<T, TId>(TId)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX