Interface | Description |
---|---|
IBuffer<T> |
The interface that buffers follow.
|
Class | Description |
---|---|
CircularBuffer<T> |
A type-aware circular buffer of limited size.
|
LRUBuffer<T> |
A type-aware least recently used (LRU) buffer.
|
SharedBuffer<T> |
A type-aware thread-safe limited size circular buffer.
|