From 6c8ff79e6d250e199b20fbe668faa2f8da61e1fb Mon Sep 17 00:00:00 2001 From: jamiepollock Date: Thu, 23 May 2019 11:47:50 -0500 Subject: [PATCH] README updates --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c73dbda..2dfbb6c 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,19 @@ # Introduction Builds upon [Rhythm.Caching.Core](https://github.com/rhythmagency/rhythm.caching.core) with tools to invalidate caches -based on events in Umbraco. +based on events in Umbraco v8. Refer to the [generated documentation](docs/generated.md) for more details. # Installation -Install with NuGet. Search for "Rhythm.Caching.Umbraco". +Install with NuGet. Search for "Rhythm.Caching.Umbraco8". # Overview -## CacheHelper +## ICacheHelper + +This must injected via the constructor or pulled from the built-in Umbraco DI container. * **PreviewCacheKeys** The cache keys you can use to separate the caches for live and preview content.