C# 클래스 GSoft.Dynamite.Taxonomy.SiteTaxonomyCacheManager

The site taxonomy cache manager.
상속: ISiteTaxonomyCacheManager
파일 보기 프로젝트 열기: GSoft-SharePoint/Dynamite-2010

공개 메소드들

메소드 설명
GetSiteTaxonomyCache ( SPSite site, string termStoreName ) : SiteTaxonomyCache

The get site taxonomy cache.

SiteTaxonomyCacheManager ( ILogger log ) : System

메소드 상세

GetSiteTaxonomyCache() 공개 메소드

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

SiteTaxonomyCacheManager() 공개 메소드

public SiteTaxonomyCacheManager ( ILogger log ) : System
log ILogger
리턴 System