Namespace Cuemon.AspNetCore.Configuration
Append versioned query parameters to ASP.NET Core static resources so that clients always receive the latest version of your files without manual cache invalidation. The Cuemon.AspNetCore.Configuration namespace implements a cache busting strategy through types that generate versioned URLs for your static assets. Start with the cache-busting configuration types for your application.
Availability: .NET 10 and .NET 9
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.