ICacheAdapter..::..TryRead<(Of <(<'T>)>)> Method
Tries the read from cache.
Namespace:
Tortuga.Chain.CoreAssembly: Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)
Syntax
Function TryRead(Of T) ( _ cacheKey As String, _ <OutAttribute> ByRef result As T _ ) As Boolean
generic<typename T> bool^ TryRead( String^ cacheKey, [OutAttribute] T% result )
Type Parameters
- T