https://github.com/adshan/dotnet-response-caching
Implementing Various Caching Strategies with CQRS.
https://github.com/adshan/dotnet-response-caching
cache cache-strategy cqrs dotnet
Last synced: about 1 month ago
JSON representation
Implementing Various Caching Strategies with CQRS.
- Host: GitHub
- URL: https://github.com/adshan/dotnet-response-caching
- Owner: AdsHan
- License: mit
- Created: 2023-12-22T23:46:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-14T12:18:08.000Z (10 months ago)
- Last Synced: 2025-04-13T09:15:00.244Z (about 1 month ago)
- Topics: cache, cache-strategy, cqrs, dotnet
- Language: C#
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotnet-response-caching
Demonstração de diversas estratégias de cache que podem ser implementadas com CQRS, incluindo o uso de padrões como Decorator Pattern e Pipeline Behavior.# Como executar:
- Clonar / baixar o repositório em seu workplace.
- Baixar o .Net Core SDK e o Visual Studio / Code mais recentes.
- A infraestrutura da aplicação será criada através do docker compose /docker/docker_infrastructure.yml.# Sobre
Este projeto foi desenvolvido por Anderson Hansen sob [MIT license](LICENSE).