Skip to content

Pact Cache IDistributedCacheService GetValueAsync T (string)

welshronaldo edited this page May 30, 2022 · 5 revisions

IDistributedCacheService.GetValueAsync<T>(string) Method

Retrieves a value type against the specified key

System.Threading.Tasks.Task<System.Nullable<T>> GetValueAsync<T>(string key)
    where T : struct;

Type parameters

T

Parameters

key System.String

Returns

System.Threading.Tasks.Task<System.Nullable<T>>

Remarks

Does NOT internally deserialize from JSON

Clone this wiki locally