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