|
LiveMap API
|
This is the complete list of members for livemap.util.LRUCache< TKey, TValue >, including all inherited members.
| Add(TKey key, TValue value) | livemap.util.LRUCache< TKey, TValue > | inline |
| CacheItem(TKey key, TValue value) | livemap.util.LRUCache< TKey, TValue > | inline |
| Clear() | livemap.util.LRUCache< TKey, TValue > | inline |
| Count | livemap.util.LRUCache< TKey, TValue > | |
| Key | livemap.util.LRUCache< TKey, TValue > | |
| LRUCache(int capacity) | livemap.util.LRUCache< TKey, TValue > | inline |
| Remove(TKey key) | livemap.util.LRUCache< TKey, TValue > | inline |
| TryGet(TKey key, out TValue? value) | livemap.util.LRUCache< TKey, TValue > | inline |
| Value | livemap.util.LRUCache< TKey, TValue > |