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

https://github.com/adshan/dotnet-cache-decorator-pattern

Caching strategy using IMemoryCache and Decorator Pattern.
https://github.com/adshan/dotnet-cache-decorator-pattern

cache decorator-pattern dotnet net5

Last synced: about 1 year ago
JSON representation

Caching strategy using IMemoryCache and Decorator Pattern.

Awesome Lists containing this project

README

          

# core-redis-cache-storage
Demonstração de uma estratégia de caching utilizando IMemoryCache e Decorator Pattern.

# Este projeto contém:
- IMemoryCache como provedor da implementação do cache.
- Decorator pattern;

# Como executar:
- Clonar / baixar o repositório em seu workplace.
- Baixar o .Net Core SDK e o Visual Studio / Code mais recentes.

# Sobre
Este projeto foi desenvolvido por Anderson Hansen sob [MIT license](LICENSE).