Search Results for

    Show / Hide Table of Contents
    View Source

    Class RuntimeMinificationSettings

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Configuration.Models
    Assembly: Umbraco.Core.dll
    Syntax
    public class RuntimeMinificationSettings

    Properties

    View Source

    CacheBuster

    The cache buster type to use

    Declaration
    public RuntimeMinificationCacheBuster CacheBuster { get; set; }
    Property Value
    Type Description
    RuntimeMinificationCacheBuster
    View Source

    UseInMemoryCache

    Use in memory cache

    Declaration
    public bool UseInMemoryCache { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    Version

    The unique version string used if CacheBuster is 'Version'.

    Declaration
    public string Version { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • CacheBuster
      • UseInMemoryCache
      • Version
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX