C# Class MongoDB.Web.Providers.MongoDBOutputCacheProvider

Inheritance: System.Web.Caching.OutputCacheProvider
Mostrar archivo Open project: marcosb/MongoDB.Web

Public Methods

Method 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 method

public Add ( string key, object entry, System.DateTime utcExpiry ) : object
key string
entry object
utcExpiry System.DateTime
return object

Get() public method

public Get ( string key ) : object
key string
return object

Initialize() public method

public Initialize ( string name, NameValueCollection config ) : void
name string
config System.Collections.Specialized.NameValueCollection
return void

Remove() public method

public Remove ( string key ) : void
key string
return void

Set() public method

public Set ( string key, object entry, System.DateTime utcExpiry ) : void
key string
entry object
utcExpiry System.DateTime
return void