A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Interface IContentCacheVersion

Get and change the version of the cache.

Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 12.0.3
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