Class: HTTPX::Cache::Memory
- Inherits:
-
Base
- Object
- Base
- HTTPX::Cache::Memory
- Defined in:
- sig/resolver/cache/memory.rbs
Instance Method Summary collapse
Instance Method Details
#synchronize ⇒ void
This method returns an undefined value.
10 |
# File 'sig/resolver/cache/memory.rbs', line 10
def synchronize: [U] () { (Hash[String, Array[dns_result]] lookups, Array[String] hostnames) -> U } -> U
|