Boba.cache is an ASP.NET Core library that simplifies cache management. It offers interfaces to handle all cache operations (get, set, remove,...), generate keys, and manage cache entries.
-
Updated
Aug 18, 2024 - C#
Boba.cache is an ASP.NET Core library that simplifies cache management. It offers interfaces to handle all cache operations (get, set, remove,...), generate keys, and manage cache entries.
An URL extension helper to append version to content URL for files such as js, css, json, etc for cache busting for ASP.NET MVC applications. Version is computed as SHA256 hash of the content and cached for the lifetime of the request cache HttpContext.Cache.
A sample that use file hashes to implement front end cache busting.
Add a description, image, and links to the cache-busting topic page so that developers can more easily learn about it.
To associate your repository with the cache-busting topic, visit your repo's landing page and select "manage topics."