|
Space Engineers
|
Public Member Functions | |
| LRUCache (int cacheSize) | |
| LRUCache (int cacheSize, IEqualityComparer< TKey > comparer) | |
| void | Reset () |
| TValue | Read (TKey key) |
| void | Write (TKey key, TValue value) |
| void | Remove (TKey key) |
Public Attributes | |
| Action< TKey, TValue > | OnItemDiscarded |
Properties | |
| float | Usage [get] |
Definition at line 7 of file LRUCache.cs.
|
inline |
Definition at line 20 of file LRUCache.cs.
|
inline |
Definition at line 29 of file LRUCache.cs.
|
inline |
Definition at line 79 of file LRUCache.cs.
|
inline |
Definition at line 137 of file LRUCache.cs.
|
inline |
Definition at line 43 of file LRUCache.cs.
|
inline |
Definition at line 107 of file LRUCache.cs.
| Action<TKey, TValue> VRage.Collections.LRUCache< TKey, TValue >.OnItemDiscarded |
Definition at line 18 of file LRUCache.cs.
|
get |
Definition at line 39 of file LRUCache.cs.
1.8.8