LruCache2.TryGetValue

LruCache<TKey,TValue>.TryGetValue method

public bool TryGetValue(TKey key, out TValue value)

See Also