ConcurrentCollectorCache<T> Class
Namespace: Stride.Core.ThreadingAssembly: Stride.Core.dll
System.Object →
ConcurrentCollectorCache<T>
Derived from ConcurrentCollectorCache<T>:
public class ConcurrentCollectorCache<T>
Type Parameters
Name | Description |
---|---|
T |
Name | Description | |
---|---|---|
Constructors | ||
ConcurrentCollectorCache(Int32) | ||
Methods | ||
Add(ConcurrentCollector<T>, T) | ||
Flush() |
Constructors
ConcurrentCollectorCache(Int32)
public ConcurrentCollectorCache(int capacity)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | capacity |
Methods
Add(ConcurrentCollector<T>, T)
public void Add(ConcurrentCollector<T> collection, T item)
Parameters
Type | Name | Description |
---|---|---|
ConcurrentCollector<T> | collection | |
T | item |
Flush()
public void Flush()