London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Interface IContentCacheVersion

Get and change the version of the cache.

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