Class InfiniteCacheTKeyTValue

InfiniteCache<TKey,TValue> class

public class InfiniteCache<TKey, TValue> : ICache<TKey, TValue>

Constructors

NameDescription
InfiniteCache()The default constructor.
InfiniteCache(int)

Properties

NameDescription
Count { get; }

Methods

NameDescription
Add(TKey, TValue)
Clear()
ContainsKey(TKey)
Get(TKey)
GetEnumerator()
TryGetValue(TKey, out TValue)

See Also