Skip to content

Commit

Permalink
README updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiepollock committed May 23, 2019
1 parent ab07fd2 commit 6c8ff79
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit 6c8ff79

Please sign in to comment.