(TValue , string ) GetOrInsertWithHash(
Uri uri,
TKey key,
Func<TKey, TValue> createMethod
)
Function GetOrInsertWithHash (
uri As Uri,
key As TKey,
createMethod As Func(Of TKey, TValue)
) As ( As TValue, As String)
ValueTuple<TValue, String^> GetOrInsertWithHash(
Uri^ uri,
TKey key,
Func<TKey, TValue>^ createMethod
)
abstract GetOrInsertWithHash :
uri : Uri *
key : 'TKey *
createMethod : Func<'TKey, 'TValue> -> ValueTuple<'TValue, string>
[Missing <param name="createMethod"/> documentation for "M:Scanjour.Workflow4.Base.Cache.IObjectCache`2.GetOrInsertWithHash(System.Uri,`0,System.Func{`0,`1})"]