Class ImagingCacheSettings
Typed configuration options for image cache settings.
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.Configuration.Models
Assembly: Umbraco.Core.dll
Syntax
public class ImagingCacheSettings
Properties
View SourceBrowserMaxAge
Gets or sets a value for the browser image cache maximum age.
Declaration
public TimeSpan BrowserMaxAge { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan |
CacheFolder
Gets or sets a value for the image cache folder.
Declaration
public string CacheFolder { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CacheFolderDepth
Gets or sets a value for the image cache folder depth.
Declaration
public uint CacheFolderDepth { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
CacheHashLength
Gets or sets a value for the image cache hash length.
Declaration
public uint CacheHashLength { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
CacheMaxAge
Gets or sets a value for the image cache maximum age.
Declaration
public TimeSpan CacheMaxAge { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan |