GetStoredValue(object)
Gets the value that should be stored in the cache.
Declaration
object GetStoredValue(object value)
Parameters
Type | Name | Description |
---|---|---|
object | value | The apparent value (typically the return value of the cached method). |
Returns
Type | Description |
---|---|
object | A cacheable object. |