Search Results for

    Show / Hide Table of Contents
    View Source

    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 Source

    BrowserMaxAge

    Gets or sets a value for the browser image cache maximum age.

    Declaration
    public TimeSpan BrowserMaxAge { get; set; }
    Property Value
    Type Description
    TimeSpan
    View Source

    CacheFolder

    Gets or sets a value for the image cache folder.

    Declaration
    public string CacheFolder { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    CacheFolderDepth

    Gets or sets a value for the image cache folder depth.

    Declaration
    public uint CacheFolderDepth { get; set; }
    Property Value
    Type Description
    System.UInt32
    View Source

    CacheHashLength

    Gets or sets a value for the image cache hash length.

    Declaration
    public uint CacheHashLength { get; set; }
    Property Value
    Type Description
    System.UInt32
    View Source

    CacheMaxAge

    Gets or sets a value for the image cache maximum age.

    Declaration
    public TimeSpan CacheMaxAge { get; set; }
    Property Value
    Type Description
    TimeSpan
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • BrowserMaxAge
      • CacheFolder
      • CacheFolderDepth
      • CacheHashLength
      • CacheMaxAge
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX