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

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>
MemoryTreeCache ( IMemoryCache cache, IOptions optionsAccessor = null ) : Microsoft.Extensions.Caching.Memory

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>

MemoryTreeCache() public méthode

public MemoryTreeCache ( IMemoryCache cache, IOptions optionsAccessor = null ) : Microsoft.Extensions.Caching.Memory
cache IMemoryCache
optionsAccessor IOptions
Résultat Microsoft.Extensions.Caching.Memory