C# Class EnergyTrading.Caching.InMemory.InMemoryCacheRepository

Inheritance: ICacheRepository
Afficher le fichier Open project: RWE-Nexus/EnergyTrading-Core

Méthodes publiques

Méthode Description
ClearNamedCache ( string cacheName ) : bool
GetNamedCache ( string cacheName ) : ICacheService
InMemoryCacheRepository ( ) : System
RemoveNamedCache ( string cacheName ) : bool

Method Details

ClearNamedCache() public méthode

public ClearNamedCache ( string cacheName ) : bool
cacheName string
Résultat bool

GetNamedCache() public méthode

public GetNamedCache ( string cacheName ) : ICacheService
cacheName string
Résultat ICacheService

InMemoryCacheRepository() public méthode

public InMemoryCacheRepository ( ) : System
Résultat System

RemoveNamedCache() public méthode

public RemoveNamedCache ( string cacheName ) : bool
cacheName string
Résultat bool