home/categories/nosql-databases/tyler-r-kendrick-agent-skills-skills-dotnet-configuration-extensions-caching-skill-md
nosql-databasesdatabases

extensions-caching

USE FOR: In-memory caching with IMemoryCache, distributed caching with IDistributedCache, output caching in ASP.NET Core, hybrid cache strategies, and cache invalidation patterns. DO NOT USE FOR: Persistent data storage, session state management without a backing store, or scenarios requiring strong consistency guarantees across nodes.

Tyler-R-Kendrick
maintainer
Tyler-R-Kendrick
Updated 2/11/2026
Stars
7
Forks
3
quick start

Installation and usage

USE FOR: In-memory caching with IMemoryCache, distributed caching with IDistributedCache, output caching in ASP.NET Core, hybrid cache strategies, and cache invalidation patterns. DO NOT USE FOR: Persistent data storage, session state management without a backing store, or scenarios requiring strong consistency guarantees across nodes.

Installation
$ install --globalskills.sh
Usage

Once installed, you can use this skill by running the following command in your terminal:

skills use extensions-caching