Skip to content

rhythmagency/rhythm.caching.umbraco6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

Umbraco 6 version of Rhythm.Caching.Umbraco.

Builds upon Rhythm.Caching.Core with tools to invalidate caches based on events in Umbraco.

Refer to the generated documentation for more details.

Installation

Install with NuGet. Search for "Rhythm.Caching.Umbraco6".

Overview

CacheHelper

  • PreviewCacheKeys The cache keys you can use to separate the caches for live and preview content.

Invalidators

  • InvalidatorByPage When a content node is changed, this invalidates a cache by the node's ID.
  • InvalidatorByPageAliases When a content node matching any of the specified content type aliases is published, this invalidates a cache.
  • InvalidatorByParentPage When a content node is changed, this invalidates a cache by the ID of that node's parent node.

Maintainers

To create a new release to NuGet, see the NuGet documentation.

About

Umbraco 6 caching library used by Rhythm Agency.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published