Namespace Cuemon.AspNetCore.Configuration
Assembly: Cuemon.AspNetCore.dll
The Cuemon.AspNetCore.Configuration
namespace contains types that provides a way to support a cache busting strategy.
Availability: .NET 9 and .NET 8
Related: Cuemon.Extensions.AspNetCore.Mvc.Configuration namespace 📘
Classes
CacheBusting
Represents a way to provide cache-busting capabilities.
CacheBustingOptions
Specifies options that is related to CacheBusting operations.
DynamicCacheBusting
Provides cache-busting capabilities on a duration based interval. This class cannot be inherited.
DynamicCacheBustingOptions
Specifies options that is related to DynamicCacheBusting operations.
Interfaces
ICacheBusting
An interface to provide cache-busting capabilities.