class Xssmaze::Store::List

Overview

The most recent MAX_ENTRIES values, oldest dropped first.

Defined in:

store.cr

Instance Method Summary

Instance methods inherited from class Xssmaze::Store::Collection

clear : Nil clear, name : String name, size : Int32 size

Constructor methods inherited from class Xssmaze::Store::Collection

new(name : String) new

Instance Method Detail

def <<(value : String) : Nil #

[View source]
def clear : Nil #

[View source]
def entries : Array(String) #

[View source]
def size : Int32 #

[View source]