Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out 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