PostSharpAPI ReferencePost­Sharp.​Patterns.​Caching.​Value­AdaptersValue­Adapter<T>IValue­Adapter.​Get­Stored­Value
Open sandboxFocus

ValueAdapter<T>.IValueAdapter.GetStoredValue Method

IValueAdapter.GetStoredValue(Object)

Gets the value that should be stored in the cache.

Declaration
object IValueAdapter.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.

Implements
IValueAdapter.GetStoredValue(Object)