Skip to content

Pact Cache DualLayerCacheService GetValue T (string)

welshronaldo edited this page May 30, 2022 · 4 revisions

DualLayerCacheService.GetValue<T>(string) Method

Get the value type of a specified key

public override System.Nullable<T> GetValue<T>(string key)
    where T : struct;

Type parameters

T

Parameters

key System.String

Returns

System.Nullable<T>

Implements GetValue(string)

Remarks

Does NOT internally deserialize from JSON

Clone this wiki locally