An open API service indexing awesome lists of open source software.

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.

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).