Show / Hide Table of Contents

    Class CacheBusting

    Represents a way to provide cache-busting capabilities.

    Inheritance
    System.Object
    CacheBusting
    AssemblyCacheBusting
    DynamicCacheBusting
    Implements
    ICacheBusting
    Namespace: Cuemon.AspNetCore.Mvc.Configuration
    Assembly: Cuemon.AspNetCore.Mvc.dll
    Syntax
    public abstract class CacheBusting : ICacheBusting

    Properties

    | Improve this Doc

    Version

    Gets the version to be a part of the link you need cache-busting compatible.

    Declaration
    public abstract string Version { get; }
    Property Value
    Type Description
    System.String

    The version to be a part of the link you need cache-busting compatible.

    Implements

    ICacheBusting

    Extension Methods

    CacheableObjectResultExtensions.ToCacheableObjectResult<T>(T, DateTime, Action<TimeBasedOptions>)
    CacheableObjectResultExtensions.ToCacheableObjectResult<T>(T, Func<T, DateTime>, Action<TimeBasedOptions>)
    CacheableObjectResultExtensions.ToCacheableObjectResult<T>(T, Byte[], Action<ContentBasedOptions>)
    CacheableObjectResultExtensions.ToCacheableObjectResult<T>(T, Func<T, Byte[]>, Action<ContentBasedOptions>)
    CacheableObjectResultExtensions.ToCacheableObjectResult<T>(T, DateTime, Byte[], Action<ContentTimeBasedOptions>)
    CacheableObjectResultExtensions.ToCacheableObjectResult<T>(T, Func<T, DateTime>, Func<T, Byte[]>, Action<ContentTimeBasedOptions>)
    CacheableObjectResultExtensions.ToCacheableObjectResult<T>(T, DateTime, Func<T, Byte[]>, Action<ContentTimeBasedOptions>)
    CacheableObjectResultExtensions.ToCacheableObjectResult<T>(T, Func<T, DateTime>, Byte[], Action<ContentTimeBasedOptions>)
    • Improve this Doc
    • View Source
    Back to top Copyright 2008-2018 Weubphoria. All rights reserved.
    Generated by DocFX