class

MITM::Cache

Inherits Reference / Object

Constructors

new(capacity : Int32 = 1024)
Source

Instance methods

capacity
Source
capacity=(capacity : Int32)
Source
clear
Source
full?
Source
get(name : String)
Source
mutex
Source
mutex=(mutex : Mutex)
Source
set(name : String, value : Tuple(String, String))
Source
storage
Source
storage=(storage : Hash(String, Tuple(String, String)))
Source