https://github.com/arnab-developer/cachedrepositorypattern
Cached repository pattern
https://github.com/arnab-developer/cachedrepositorypattern
Last synced: 9 months ago
JSON representation
Cached repository pattern
- Host: GitHub
- URL: https://github.com/arnab-developer/cachedrepositorypattern
- Owner: Arnab-Developer
- License: mit
- Created: 2021-06-22T12:45:26.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-26T18:26:56.000Z (almost 5 years ago)
- Last Synced: 2025-01-17T02:24:19.319Z (over 1 year ago)
- Language: C#
- Size: 19.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cached repository pattern
This is a sample to show the cached repository pattern.
Influenced by [an article](https://ardalis.com/introducing-the-cachedrepository-pattern/) by Ardalis.
Use the [database scripts](https://github.com/Arnab-Developer/CachedRepositoryPattern/tree/main/DatabaseScripts)
to setup the database first before executing this app.