class Squirm::RequestStorage
- Squirm::RequestStorage
- Reference
- Object
Defined in:
squirm/request_storage.crConstant Summary
-
INSTANCE =
new
-
Log =
::Log.for(self)
Class Method Summary
Instance Method Summary
- #clear(id : String)
- #delete_history(id : String, url : String)
- #empty?(id : String) : Bool
- #exists?(id : String) : Bool
- #flush(id : String)
- #history : Synchronized(Hash(String, Array(String)))
- #pop!(id : String)
- #requests : Synchronized(Hash(String, Array(Request)))
- #seen?(id : String, url : String) : Bool
- #store(id : String, request : Request)
- #store(id : String, requests : Array(Request))
- #store(id : String, url : String)
- #store(id : String, urls : Array(String))