From 128a8ea347dc8174d0fb72e5c4a5f7d693688103 Mon Sep 17 00:00:00 2001 From: James Montemagno Date: Fri, 1 Apr 2022 16:03:59 -0700 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4891962..86766aa 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # 🐒Cache + +> 2.0-beta -> This is a WIP and targets only .NET 6 using source generators instead of Newtonsoft.Json. This is cutting edge, please don't update yet unless you want to try out some crazy awesome stuff ;) + Easily cache any data structure for a specific amount of time in any .NET application. Monkey Cache is comprised of one core package (MonkeyCache) and three providers which reference the core package as a dependency. At least one provider must be installed for Monkey Cache to work and each offer the same API (IBarrel). Depending on your existing application you may already have SQLite or LiteDB installed so these would be your natural choice. A lightweight file based Monkey Cache is also provided if you aren't already using one of these options.