C# 클래스 cloudscribe.Web.Navigation.Caching.DistributedTreeCache

상속: ITreeCache
파일 보기 프로젝트 열기: joeaudette/cloudscribe.Web.Navigation

공개 메소드들

메소드 설명
AddToCache ( TreeNode tree, string cacheKey ) : void
DistributedTreeCache ( IDistributedCache cache, IOptions optionsAccessor = null ) : Microsoft.Extensions.Caching.Distributed
GetTree ( string cacheKey ) : Task>

메소드 상세

AddToCache() 공개 메소드

public AddToCache ( TreeNode tree, string cacheKey ) : void
tree TreeNode
cacheKey string
리턴 void

DistributedTreeCache() 공개 메소드

public DistributedTreeCache ( IDistributedCache cache, IOptions optionsAccessor = null ) : Microsoft.Extensions.Caching.Distributed
cache IDistributedCache
optionsAccessor IOptions
리턴 Microsoft.Extensions.Caching.Distributed

GetTree() 공개 메소드

public GetTree ( string cacheKey ) : Task>
cacheKey string
리턴 Task>