C# 클래스 RedisProviders.RedisOutputCacheProvider

상속: System.Web.Caching.OutputCacheProvider
파일 보기 프로젝트 열기: kylesonaty/AspNetRedisProviders

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
GetConfigValue ( string configValue, string defaultValue ) : string
OnConnectionError ( object sender, BookSleeve.ErrorEventArgs args ) : void
WriteToEventLog ( Exception ex, string action ) : void

메소드 상세

Add() 공개 메소드

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

Get() 공개 메소드

public Get ( string key ) : object
key string
리턴 object

GetConnection() 공개 메소드

public GetConnection ( ) : RedisConnection
리턴 BookSleeve.RedisConnection

Initialize() 공개 메소드

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

Remove() 공개 메소드

public Remove ( string key ) : void
key string
리턴 void

Set() 공개 메소드

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