https://github.com/brenordv/csharp-simple-memory-cache
https://github.com/brenordv/csharp-simple-memory-cache
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/brenordv/csharp-simple-memory-cache
- Owner: brenordv
- Created: 2021-07-21T17:24:30.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-21T17:43:21.000Z (almost 4 years ago)
- Last Synced: 2025-01-20T08:13:15.473Z (4 months ago)
- Language: C#
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Simple Memory Cache
This project is a simple demo of how to use ```System.Runtime.Caching``` to create a memory cache util.
I believe this is a good start to see how it works and to use it has base to create more complex things.Note: I used a TTL of 10 seconds, just to keep things simple.