Builds upon Rhythm.Caching.Core with tools to invalidate caches based on events in Umbraco v8.
Refer to the generated documentation for more details.
Install with NuGet. Search for "Rhythm.Caching.Umbraco8".
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.
- 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.
To create a new release to NuGet, see the NuGet documentation.