SqlCacheHelper..::..Get<(Of <(<'T>)>)> Method

Retrieve cached item

Namespace:  Core
Assembly:  Core (in Core.dll)

Syntax


public static bool Get<T>(
	string key,
	out T value
)

Type Parameters

T
Type of cached item

Parameters

key
Type: String
Name of cached item
value
Type: T%
Cached value. Default(T) if item doesn't exist.

Return Value

Cached item as type