Try our conversational search powered by Generative AI!

Interface IContentCacheVersion

Get and change the version of the cache.

Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
public interface IContentCacheVersion

Properties

Version

The current version of the cache, this value is always updated when a Remove request is issued.

Declaration
long Version { get; }
Property Value
Type Description
System.Int64

Methods

UpdateVersion()

Update Version key

Declaration
void UpdateVersion()

Extension Methods