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.
- Host: GitHub
- URL: https://github.com/adshan/dotnet-cache-decorator-pattern
- Owner: AdsHan
- License: mit
- Created: 2021-08-29T22:34:34.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-29T22:36:05.000Z (almost 5 years ago)
- Last Synced: 2025-04-13T11:52:12.470Z (about 1 year ago)
- Topics: cache, decorator-pattern, dotnet, net5
- Language: C#
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).