C# Класс cloudscribe.Web.Navigation.Caching.DistributedTreeCache

Наследование: ITreeCache
Показать файл Открыть проект

Открытые методы

Метод Описание
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>