IValueAdapter<T>.GetExposedValue Method |
Gets the value that should be exposed to the consuming application, i.e. typically the return value of the cached method.
Namespace: PostSharp.Patterns.Caching.ValueAdapters
Assembly: PostSharp.Patterns.Caching (in PostSharp.Patterns.Caching.dll) Version: 6.9.11.0 (6.9.11.0)
C#
T GetExposedValue( Object storedValue )
Parameters
- storedValue
- Type: System.Object
The value that was stored in the cache.
Return Value
Type: TThe value that should be exposed to the consuming application, i.e. typically the return value of the cached method.