Property | Type | Description |
---|
Method | Description | |
---|---|---|
RedisCachingProvider ( bool isenable, System.TimeSpan expireSpan, |
|
Method | Description | |
---|---|---|
AddCore ( string key, object value, System.TimeSpan expirationTime ) : void |
|
|
ClearCore ( ) : void |
|
|
GetCore ( string key ) : object |
|
protected AddCore ( string key, object value, System.TimeSpan expirationTime ) : void | ||
key | string | |
value | object | |
expirationTime | System.TimeSpan | |
return | void |
public RedisCachingProvider ( bool isenable, System.TimeSpan expireSpan, |
||
isenable | bool | |
expireSpan | System.TimeSpan | |
redisDatabaseWrapper | ||
return | System |