Method | Description | |
---|---|---|
Insert ( string key, object value, System cacheDependency, System.DateTime absoluteExpiration, System.TimeSpan slidingExpiration ) : void |
Add an item.
|
|
this ( string index ) : object |
Access cache item.
|
public Insert ( string key, object value, System cacheDependency, System.DateTime absoluteExpiration, System.TimeSpan slidingExpiration ) : void | ||
key | string | |
value | object | |
cacheDependency | System | |
absoluteExpiration | System.DateTime | |
slidingExpiration | System.TimeSpan | |
return | void |