C# Class Cedar.Framework.Caching.Redis.RedisCachingProvider

Inheritance: CachingProviderBase
Show file Open project: Chinaccn/surfboard

Private Properties

Property Type Description

Public Methods

Method Description
RedisCachingProvider ( bool isenable, System.TimeSpan expireSpan, RedisDatabaseWrapper redisDatabaseWrapper ) : System

Protected Methods

Method Description
AddCore ( string key, object value, System.TimeSpan expirationTime ) : void

ClearCore ( ) : void

GetCore ( string key ) : object

Method Details

AddCore() protected method

protected AddCore ( string key, object value, System.TimeSpan expirationTime ) : void
key string
value object
expirationTime System.TimeSpan
return void

ClearCore() protected method

protected ClearCore ( ) : void
return void

GetCore() protected method

protected GetCore ( string key ) : object
key string
return object

RedisCachingProvider() public method

public RedisCachingProvider ( bool isenable, System.TimeSpan expireSpan, RedisDatabaseWrapper redisDatabaseWrapper ) : System
isenable bool
expireSpan System.TimeSpan
redisDatabaseWrapper Cedar.Core.EntLib.Data.RedisDatabaseWrapper
return System