class

Xssmaze::Store::Group

Inherits Xssmaze::Store::Collection < Reference < Object

A bounded map of key -> bounded list, for the store whose keys the maze invents at runtime (a random callback id). Capping only the lists would still leak one key per request forever, so the key set is capped too — Hash keeps insertion order, so the oldest key is always first_key.

Instance methods

clear
Source
push(key : String, value : String) : Nil
Source
size
Source