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 : object

    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

    CachedNameLength

    Gets or sets a value for length of the cached name.

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

    CacheFolder

    Gets or sets a value for the cache folder.

    Declaration
    public string CacheFolder { get; set; }
    Property Value
    Type Description
    System.String
    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
      • CachedNameLength
      • CacheFolder
      • CacheMaxAge
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX