C# Class cloudscribe.Core.Web.Navigation.SiteNavigationCacheKeyResolver

this allows the navigation tree to be cached separate per site
Inheritance: ITreeCacheKeyResolver
Show file Open project: joeaudette/cloudscribe

Public Methods

Method Description
GetCacheKey ( INavigationTreeBuilder builder ) : string
SiteNavigationCacheKeyResolver ( SiteContext currentSite ) : cloudscribe.Core.Models

Method Details

GetCacheKey() public method

public GetCacheKey ( INavigationTreeBuilder builder ) : string
builder INavigationTreeBuilder
return string

SiteNavigationCacheKeyResolver() public method

public SiteNavigationCacheKeyResolver ( SiteContext currentSite ) : cloudscribe.Core.Models
currentSite cloudscribe.Core.Models.SiteContext
return cloudscribe.Core.Models