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 : object
  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 | 
CachedNameLength
Gets or sets a value for length of the cached name.
Declaration
public uint CachedNameLength { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.UInt32 | 
CacheFolder
Gets or sets a value for the cache folder.
Declaration
public string CacheFolder { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
CacheMaxAge
Gets or sets a value for the image cache maximum age.
Declaration
public TimeSpan CacheMaxAge { get; set; }
  Property Value
| Type | Description | 
|---|---|
| TimeSpan |