ChronologicalEvictionStrategy<TCachedMessage>.inUseBuffers Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Buffers which are currently in use in the cache Protected for test purposes
protected readonly System.Collections.Generic.Queue<Orleans.Providers.Streams.Common.FixedSizeBuffer> inUseBuffers;
val mutable inUseBuffers : System.Collections.Generic.Queue<Orleans.Providers.Streams.Common.FixedSizeBuffer>
Protected ReadOnly inUseBuffers As Queue(Of FixedSizeBuffer)