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 SourceGetKey<T>()
Declaration
public static string GetKey<T>()
Returns
Type | Description |
---|---|
System.String |
Type Parameters
Name | Description |
---|---|
T |
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 |