Click or drag to resize

IgnitionCacheAccessGetT Method

Returns an entry from the cache, with an automatic cast to T.

Namespace: Ignition.Utility
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public T Get<T>(
	string key
)

Parameters

key  String
A unique identifier for the cache entry to get.

Type Parameters

T

Return Value

T
A reference to the cache entry that is identified by key, if the entry exists; otherwise, null.
See Also