| public type | description |
|---|---|
| static class HostingExtensions | Represents the commands to add RingBufferPlus in ServiceCollection and Warmup. |
| public type | description |
|---|---|
| interface IRingBuffer<T> | Represents the commands to RingBufferPlus. |
| interface IRingBufferBuild<T> | Provides methods to build and configure a RingBufferPlus instance. |
| interface IRingBufferScaleCapacity<T> | Represents the scale capacity commands to RingBufferPlus. |
| interface IRingBufferService<T> | Represents the commands to RingBufferPlus service. |
| static class RingBuffer<T> | Represents the RingBufferPlus extensions. |
| static class RingBufferDefault | Represents the default values for the ring buffer. |
| class RingBufferValue<T> | Represents acquired the value in the buffer. |
| enum ScaleSwitch | Represents Scale switch of RingBufferPlus. |