CacheHelper/GetOrAdd
Get Cache Value
Request Information
Parameters
Name | Description | Type |
---|---|---|
key |
Key(Identifier) |
String |
expiration |
Expiration |
TimeSpan |
misshitAction |
Function to be called if key does not hit |
Func`1 |
Response Information
Response Description
None.