Interface ICacheManager
Namespace: Umbraco.Cms.Core.PublishedCache
Assembly: Umbraco.Core.dll
Syntax
public interface ICacheManager
Properties
View SourceContent
Gets the IPublished
Declaration
IPublishedContentCache Content { get; }
Property Value
Type | Description |
---|---|
IPublished |
Domains
Gets the IDomain
Declaration
IDomainCache Domains { get; }
Property Value
Type | Description |
---|---|
IDomain |
ElementsCache
Gets the elements-level cache.
Declaration
IAppCache ElementsCache { get; }
Property Value
Type | Description |
---|---|
IApp |
Remarks
The elements-level cache is shared by all snapshots relying on the same elements, ie all snapshots built on top of unchanging content / media / etc.
Media
Gets the IPublished
Declaration
IPublishedMediaCache Media { get; }
Property Value
Type | Description |
---|---|
IPublished |
Members
Gets the IPublished
Declaration
IPublishedMemberCache Members { get; }
Property Value
Type | Description |
---|---|
IPublished |