Click or drag to resize
IAlternativeUrlsCache Interface
Describes cache for alternative URLs feature.

Namespace: Kentico.Content.Web.Mvc.Routing
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public interface IAlternativeUrlsCache

The IAlternativeUrlsCache type exposes the following members.

Methods
  NameDescription
Public methodGetDocumentData
Returns data of document with given alternativeUrl, if no such document exists returns null.
Top
See Also