Returns a IMapOfMutableExtended that uses a ICircularArray to hold values. Mutable.
This means that the number of values stored under each key will be limited to the defined
capacity.
Required option:
capacity: how many items to hold
Example: Only store the most recent three items per key
Returns a IMapOfMutableExtended that uses a ICircularArray to hold values. Mutable. This means that the number of values stored under each key will be limited to the defined capacity.
Required option:
capacity
: how many items to holdExample: Only store the most recent three items per key