class
Xssmaze::Store::Group
- Xssmaze::Store::Group
- Xssmaze::Store::Collection
- Reference
- Object
Overview
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.
Defined in:
store.crInstance Method Summary
- #[](key : String) : Array(String)
- #clear : Nil
- #push(key : String, value : String) : Nil
- #size : Int32