C# Class cloudscribe.Web.Navigation.Caching.DistributedTreeCache

Inheritance: ITreeCache
Afficher le fichier Open project: joeaudette/cloudscribe.Web.Navigation

Méthodes publiques

Méthode Description
AddToCache ( TreeNode tree, string cacheKey ) : void
DistributedTreeCache ( IDistributedCache cache, IOptions optionsAccessor = null ) : Microsoft.Extensions.Caching.Distributed
GetTree ( string cacheKey ) : Task>

Method Details

AddToCache() public méthode

public AddToCache ( TreeNode tree, string cacheKey ) : void
tree TreeNode
cacheKey string
Résultat void

DistributedTreeCache() public méthode

public DistributedTreeCache ( IDistributedCache cache, IOptions optionsAccessor = null ) : Microsoft.Extensions.Caching.Distributed
cache IDistributedCache
optionsAccessor IOptions
Résultat Microsoft.Extensions.Caching.Distributed

GetTree() public méthode

public GetTree ( string cacheKey ) : Task>
cacheKey string
Résultat Task>