home/categories/nosql-databases/xentinus-ai-toolbox-skills-in-memory-caching-skill-md
nosql-databasesdatabases

in-memory-caching

Implement high-performance in-memory caching with trigger-based cache invalidation for C#/.NET applications. Use when creating new entities that need caching, optimizing database queries, implementing cache invalidation strategies, or setting up cache management for ASP.NET Core projects. Supports PostgreSQL and MSSQL databases. Can use Redis for hybrid (two-level) caching if available in the project, or pure in-memory caching if Redis is not present or desired.

Xentinus
maintainer
Xentinus
Updated 2/5/2026
Stars
0
Forks
0
quick start

Installation and usage

Implement high-performance in-memory caching with trigger-based cache invalidation for C#/.NET applications. Use when creating new entities that need caching, optimizing database queries, implementing cache invalidation strategies, or setting up cache management for ASP.NET Core projects. Supports PostgreSQL and MSSQL databases. Can use Redis for hybrid (two-level) caching if available in the project, or pure in-memory caching if Redis is not present or desired.

Installation
$ install --globalskills.sh
Usage

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

skills use in-memory-caching