| IRingbufferTSize Method |
Returns number of items in the ringbuffer.
Namespace:
Hazelcast.Core
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.3
Syntax abstract Size : unit -> int64
Return Value
Type:
Int64the size.
Remarks
Returns number of items in the ringbuffer.
If no ttl is set, the size will always be equal to capacity after the head completed the first loop
around the ring. This is because no items are getting retired.
See Also