SaaS CMS has officially launched! Learn more now.

Class ContentUrlCacheHandler

Inheritance
System.Object
ContentUrlCacheHandler
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Web.Routing.Internal
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7
Syntax
[ServiceConfiguration(Lifecycle = ServiceInstanceScope.Singleton, IncludeServiceAccessor = false)]
public class ContentUrlCacheHandler

Constructors

ContentUrlCacheHandler(IContentUrlCache, IContentEvents)

Declaration
public ContentUrlCacheHandler(IContentUrlCache contentUrlCache, IContentEvents contentEvents)
Parameters
Type Name Description
IContentUrlCache contentUrlCache
IContentEvents contentEvents

Methods

Initialize()

Declaration
public virtual void Initialize()

Uninitialize()

Declaration
public virtual void Uninitialize()

Extension Methods