| Add(TKey key, TValue value) (defined in TPG.Primitives.LruCache< TKey, TValue >) | TPG.Primitives.LruCache< TKey, TValue > | inline |
| Add(KeyValuePair< TKey, TValue > item) (defined in TPG.Primitives.LruCache< TKey, TValue >) | TPG.Primitives.LruCache< TKey, TValue > | inline |
| Clear() (defined in TPG.Primitives.LruCache< TKey, TValue >) | TPG.Primitives.LruCache< TKey, TValue > | inline |
| ContainsKey(TKey key) (defined in TPG.Primitives.LruCache< TKey, TValue >) | TPG.Primitives.LruCache< TKey, TValue > | inline |
| Count (defined in TPG.Primitives.LruCache< TKey, TValue >) | TPG.Primitives.LruCache< TKey, TValue > | |
| GetEnumerator() (defined in TPG.Primitives.LruCache< TKey, TValue >) | TPG.Primitives.LruCache< TKey, TValue > | inline |
| GetOrAdd(TKey key, Func< TValue > factory) (defined in TPG.Primitives.LruCache< TKey, TValue >) | TPG.Primitives.LruCache< TKey, TValue > | inline |
| GetValueOrDefault(TKey key, TValue defaultValue) (defined in TPG.Primitives.LruCache< TKey, TValue >) | TPG.Primitives.LruCache< TKey, TValue > | inline |
| IsReadOnly (defined in TPG.Primitives.LruCache< TKey, TValue >) | TPG.Primitives.LruCache< TKey, TValue > | |
| Keys (defined in TPG.Primitives.LruCache< TKey, TValue >) | TPG.Primitives.LruCache< TKey, TValue > | |
| LruCache(uint maxSize=5000, uint trimToSize=2500) (defined in TPG.Primitives.LruCache< TKey, TValue >) | TPG.Primitives.LruCache< TKey, TValue > | inline |
| MaxSize (defined in TPG.Primitives.LruCache< TKey, TValue >) | TPG.Primitives.LruCache< TKey, TValue > | |
| Remove(TKey key) (defined in TPG.Primitives.LruCache< TKey, TValue >) | TPG.Primitives.LruCache< TKey, TValue > | inline |
| this[TKey key] (defined in TPG.Primitives.LruCache< TKey, TValue >) | TPG.Primitives.LruCache< TKey, TValue > | |
| TrimToSize (defined in TPG.Primitives.LruCache< TKey, TValue >) | TPG.Primitives.LruCache< TKey, TValue > | |
| TryGetValue(TKey key, out TValue value) (defined in TPG.Primitives.LruCache< TKey, TValue >) | TPG.Primitives.LruCache< TKey, TValue > | inline |
| Values (defined in TPG.Primitives.LruCache< TKey, TValue >) | TPG.Primitives.LruCache< TKey, TValue > | |