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

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

Méthodes publiques

Méthode Description
AddToCache ( TreeNode tree, string cacheKey ) : void
GetTree ( string cacheKey ) : Task>

Method Details

AddToCache() public méthode

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

GetTree() public méthode

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