IValueAdapter.GetStoredValue Method |
Gets the value that should be stored in the cache.
Namespace: PostSharp.Patterns.Caching.ValueAdapters
Assembly: PostSharp.Patterns.Caching (in PostSharp.Patterns.Caching.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
Object GetStoredValue( Object value )
Parameters
- value
- Type: System.Object
The apparent value (typically the return value of the cached method).
Return Value
Type: ObjectA cacheable object.