C# Class RedisProviders.RedisOutputCacheProvider

Inheritance: System.Web.Caching.OutputCacheProvider
Afficher le fichier Open project: kylesonaty/AspNetRedisProviders

Méthodes publiques

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

Private Methods

Méthode Description
GetConfigValue ( string configValue, string defaultValue ) : string
OnConnectionError ( object sender, BookSleeve.ErrorEventArgs args ) : void
WriteToEventLog ( Exception ex, string action ) : 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

GetConnection() public méthode

public GetConnection ( ) : RedisConnection
Résultat BookSleeve.RedisConnection

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