Class ConcurrentCollectorCache<T>
public class ConcurrentCollectorCache<T>
Type Parameters
T
- Inheritance
-
ConcurrentCollectorCache<T>
Constructors
ConcurrentCollectorCache(int)
public ConcurrentCollectorCache(int capacity)
Parameters
capacity
int
Methods
Add(ConcurrentCollector<T>, T)
public void Add(ConcurrentCollector<T> collection, T item)
Parameters
collection
ConcurrentCollector<T>item
T
Flush()
public void Flush()