ValueAdapter<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: 2023.0.3.0 (2023.0.3.0)
C#
public abstract 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.