C# Class MyTested.AspNetCore.Mvc.Internal.Caching.MemoryCacheMock

Inheritance: IMemoryCacheMock
Afficher le fichier Open project: ivaylokenov/MyTested.AspNetCore.Mvc

Méthodes publiques

Méthode Description
CreateEntry ( object key ) : ICacheEntry
Dispose ( ) : void
GetCacheAsDictionary ( ) : object>.IDictionary
MemoryCacheMock ( ) : System.Linq
Remove ( object key ) : void
TryGetCacheEntry ( object key, ICacheEntry &value ) : bool
TryGetValue ( object key, object &value ) : bool

Private Methods

Méthode Description
GetCurrentCache ( ) : ICacheEntry>.IDictionary

Method Details

CreateEntry() public méthode

public CreateEntry ( object key ) : ICacheEntry
key object
Résultat ICacheEntry

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetCacheAsDictionary() public méthode

public GetCacheAsDictionary ( ) : object>.IDictionary
Résultat object>.IDictionary

MemoryCacheMock() public méthode

public MemoryCacheMock ( ) : System.Linq
Résultat System.Linq

Remove() public méthode

public Remove ( object key ) : void
key object
Résultat void

TryGetCacheEntry() public méthode

public TryGetCacheEntry ( object key, ICacheEntry &value ) : bool
key object
value ICacheEntry
Résultat bool

TryGetValue() public méthode

public TryGetValue ( object key, object &value ) : bool
key object
value object
Résultat bool