C# Class GSoft.Dynamite.Taxonomy.SiteTaxonomyCacheManager

The site taxonomy cache manager.
Inheritance: ISiteTaxonomyCacheManager
Show file Open project: GSoft-SharePoint/Dynamite-2010

Public Methods

Method Description
GetSiteTaxonomyCache ( SPSite site, string termStoreName ) : SiteTaxonomyCache

The get site taxonomy cache.

SiteTaxonomyCacheManager ( ILogger log ) : System

Method Details

GetSiteTaxonomyCache() public method

The get site taxonomy cache.
public GetSiteTaxonomyCache ( SPSite site, string termStoreName ) : SiteTaxonomyCache
site SPSite /// The site. ///
termStoreName string /// The term store name. ///
return SiteTaxonomyCache

SiteTaxonomyCacheManager() public method

public SiteTaxonomyCacheManager ( ILogger log ) : System
log ILogger
return System