TryGetValue

FileCache.TryGetValue<T> method

Deserializes data associated with this key if present.

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

Return Value

True

if the key was found.

See Also