Least Recently Used Cache supporting concurrency. The capacity decides how many entries to store.
Constructor | Description |
|
|
Instance member | Description |
Full Usage:
this.Clear()
|
|
Full Usage:
this.Count
Returns: int
|
|
Full Usage:
this.GetOrAdd(key) (op) (arg)
Parameters:
'K
op : ICacheableOperation<'a, 'V>
arg : 'a
Returns: 'V
|
|