Header menu logo B2R2

ConcurrentLRUCache<'K, 'V> Type

Least Recently Used Cache supporting concurrency. The capacity decides how many entries to store.

Constructors

Constructor Description

ConcurrentLRUCache(capacity)

Full Usage: ConcurrentLRUCache(capacity)

Parameters:
    capacity : int

Returns: ConcurrentLRUCache<'K, 'V>
capacity : int
Returns: ConcurrentLRUCache<'K, 'V>

Instance members

Instance member Description

this.Clear

Full Usage: this.Clear

this.Count

Full Usage: this.Count

Returns: int
Returns: int

this.GetOrAdd

Full Usage: this.GetOrAdd

Parameters:
Returns: 'V
key : 'K
op : ICacheableOperation<'a, 'V>
arg : 'a
Returns: 'V

Type something to start searching.