Method | Description | |
---|---|---|
Add ( string key, object value, DateTimeOffset absExpiration ) : bool | ||
Delete ( string key ) : void | ||
DeleteAll ( ) : void | ||
GetValue ( string key ) : object |
public Add ( string key, object value, DateTimeOffset absExpiration ) : bool | ||
key | string | |
value | object | |
absExpiration | DateTimeOffset | |
return | bool |