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.
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.
설치 후 터미널에서 다음 명령을 실행하여 이 스킬을 사용할 수 있습니다:
skills use in-memory-caching