Method | Description | |
---|---|---|
AbpMemoryCache ( string name ) : System |
Constructor.
|
|
Clear ( ) : void | ||
Dispose ( ) : void | ||
GetOrDefault ( string key ) : object | ||
Remove ( string key ) : void | ||
Set ( string key, object value, System.TimeSpan slidingExpireTime = null ) : void |
public AbpMemoryCache ( string name ) : System | ||
name | string | Unique name of the cache |
return | System |
public Set ( string key, object value, System.TimeSpan slidingExpireTime = null ) : void | ||
key | string | |
value | object | |
slidingExpireTime | System.TimeSpan | |
return | void |