Method | Description | |
---|---|---|
GetItem ( string key, object &value ) : bool | ||
InvalidateItem ( string key ) : void | ||
InvalidateSets ( IEnumerable |
||
Purge ( ) : void | ||
PutItem ( string key, object value, IEnumerable |
||
RedisCache ( StackExchange.Redis.ConfigurationOptions options ) : StackExchange.Redis | ||
RedisCache ( StackExchange.Redis.ConfigurationOptions options, string cacheIdentifier ) : StackExchange.Redis | ||
RedisCache ( string config ) : StackExchange.Redis | ||
RedisCache ( string config, string cacheIdentifier ) : StackExchange.Redis |
Method | Description | |
---|---|---|
OnCachingFailed ( |
Method | Description | |
---|---|---|
AddCacheQualifier ( string entitySet ) : RedisKey | ||
EntryExpired ( |
||
HashKey ( string key ) : string |
public GetItem ( string key, object &value ) : bool | ||
key | string | |
value | object | |
return | bool |
public InvalidateSets ( IEnumerable |
||
entitySets | IEnumerable |
|
return | void |
protected OnCachingFailed ( |
||
e | ||
memberName | [ | |
return | void |
public PutItem ( string key, object value, IEnumerable |
||
key | string | |
value | object | |
dependentEntitySets | IEnumerable |
|
slidingExpiration | System.TimeSpan | |
absoluteExpiration | DateTimeOffset | |
return | void |
public RedisCache ( StackExchange.Redis.ConfigurationOptions options ) : StackExchange.Redis | ||
options | StackExchange.Redis.ConfigurationOptions | |
return | StackExchange.Redis |
public RedisCache ( StackExchange.Redis.ConfigurationOptions options, string cacheIdentifier ) : StackExchange.Redis | ||
options | StackExchange.Redis.ConfigurationOptions | |
cacheIdentifier | string | |
return | StackExchange.Redis |
public RedisCache ( string config ) : StackExchange.Redis | ||
config | string | |
return | StackExchange.Redis |
public RedisCache ( string config, string cacheIdentifier ) : StackExchange.Redis | ||
config | string | |
cacheIdentifier | string | |
return | StackExchange.Redis |