ICache.TryGetValue

ICache.TryGetValue method

Gets the entry associated with this key if present.

public bool TryGetValue(string key, out object value)
Parameter Type Description
key String A key identifying the requested entry.
value Object& The located value or null.

Return Value

True if the key was found.

See Also