Namespace: Cartella.Models
Assembly: CartellaDomainModels (in CartellaDomainModels.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
public static bool TryGetCache(
	string instanceId,
	out CachedInstance cache
)
Visual Basic
Public Shared Function TryGetCache ( _
	instanceId As String, _
	<OutAttribute> ByRef cache As CachedInstance _
) As Boolean
Visual C++
public:
static bool TryGetCache(
	String^ instanceId, 
	[OutAttribute] CachedInstance^% cache
)

Parameters

instanceId
Type: System..::..String
cache
Type: Cartella.Models..::..CachedInstance%

See Also