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

https://github.com/brenordv/csharp-simple-memory-cache


https://github.com/brenordv/csharp-simple-memory-cache

Last synced: 3 months ago
JSON representation

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.