Interface IContentCacheVersion
Get and change the version of the cache.
Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 11.20.7Syntax
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()