Class CacheSettings.CacheEntry
Represents cache entry settings for documents and media items.
Inheritance
object
Namespace: Umbraco.Cms.Core.Models
Assembly: Umbraco.Core.dll
Syntax
public class CacheSettings.CacheEntry
Constructors
View SourceCacheEntry()
Declaration
public CacheEntry()
Properties
View SourceDocument
Gets or sets the cache entry settings for documents.
Declaration
public CacheEntrySettings Document { get; set; }
Property Value
| Type | Description |
|---|---|
| CacheEntrySettings |
Media
Gets or sets the cache entry settings for media items.
Declaration
public CacheEntrySettings Media { get; set; }
Property Value
| Type | Description |
|---|---|
| CacheEntrySettings |