C# Class NContext.Caching.CacheConfiguration

Defines configuration settings for caching.
Afficher le fichier Open project: PowerDMS/NContext

Méthodes publiques

Méthode Description
CacheConfiguration ( IDictionary providers ) : System

Initializes a new instance of the CacheConfiguration class.

Method Details

CacheConfiguration() public méthode

Initializes a new instance of the CacheConfiguration class.
public CacheConfiguration ( IDictionary providers ) : System
providers IDictionary The cache providers.
Résultat System