class MITM::Cache
- MITM::Cache
- Reference
- Object
Defined in:
cherry/mitm/cache.crConstructors
Instance Method Summary
- #capacity : Int32
- #capacity=(capacity : Int32)
- #clear
- #full?
- #get(name : String)
- #mutex : Mutex
- #mutex=(mutex : Mutex)
- #set(name : String, value : Tuple(String, String))
- #storage : Hash(String, Tuple(String, String))
- #storage=(storage : Hash(String, Tuple(String, String)))