Click or drag to resize
AlternativeUrlsCache Class
Provides caching for alternative URLs feature.
Inheritance Hierarchy
SystemObject
  Kentico.Content.Web.Mvc.RoutingAlternativeUrlsCache

Namespace: Kentico.Content.Web.Mvc.Routing
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public class AlternativeUrlsCache : IAlternativeUrlsCache

The AlternativeUrlsCache type exposes the following members.

Constructors
  NameDescription
Public methodAlternativeUrlsCache
Initializes new instance of AlternativeUrlsCache.
Top
Methods
  NameDescription
Protected methodGetCacheDependencyForExistingAlternativeUrl
Returns cache dependency for given alternativeUrl and document.
Public methodGetDocumentData
Returns data of document with given alternativeUrl, if no such document exists returns null.
Top
See Also