C# Class MongoDB.Web.Providers.MongoDBOutputCacheProvider

Inheritance: System.Web.Caching.OutputCacheProvider
Afficher le fichier Open project: marcosb/MongoDB.Web

Méthodes publiques

Méthode Description
Add ( string key, object entry, System.DateTime utcExpiry ) : object
Get ( string key ) : object
Initialize ( string name, NameValueCollection config ) : void
Remove ( string key ) : void
Set ( string key, object entry, System.DateTime utcExpiry ) : void

Method Details

Add() public méthode

public Add ( string key, object entry, System.DateTime utcExpiry ) : object
key string
entry object
utcExpiry System.DateTime
Résultat object

Get() public méthode

public Get ( string key ) : object
key string
Résultat object

Initialize() public méthode

public Initialize ( string name, NameValueCollection config ) : void
name string
config System.Collections.Specialized.NameValueCollection
Résultat void

Remove() public méthode

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

Set() public méthode

public Set ( string key, object entry, System.DateTime utcExpiry ) : void
key string
entry object
utcExpiry System.DateTime
Résultat void