LRUCache<'K, 'V> Type
Least Recently Used Cache that does not support concurrency.
Constructors
Constructor | Description |
|
|
Instance members
Instance member | Description |
Full Usage:
this.Add
Parameters:
'K
value : 'V
|
|
Full Usage:
this.Clear
|
|
Full Usage:
this.Count
Returns: int
|
|
|
|
|
|