A CappedStructure has a length and a capacity, allowing it to use the guardOverflow decorator on insertion methods to prevent overflow.
length
capacity
guardOverflow
Generated using TypeDoc
A CappedStructure has a
length
and acapacity
, allowing it to use theguardOverflow
decorator on insertion methods to prevent overflow.