https://github.com/aritchie/cache
Cache abstraction with several PCL implementations
https://github.com/aritchie/cache
Last synced: 5 months ago
JSON representation
Cache abstraction with several PCL implementations
- Host: GitHub
- URL: https://github.com/aritchie/cache
- Owner: aritchie
- Archived: true
- Created: 2015-07-07T02:13:32.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-10T01:13:47.000Z (almost 11 years ago)
- Last Synced: 2025-08-01T07:56:36.296Z (11 months ago)
- Language: C#
- Homepage:
- Size: 582 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
#ACR Cache
To use, simply instantiate your cache implementation (you should use a DI container).
Current Implementations
* In-Memory
* SQLite