Module: HTTPX::Plugins::Cache::_CacheOptions
- Defined in:
- sig/plugins/cache.rbs
Instance Method Summary collapse
- #cache_key ⇒ String?
- #cacheable_request ⇒ ^(cacheRequest request) -> boolish
- #cacheable_response ⇒ ^(cacheRequest request, cacheResponse response) -> boolish
- #response_cache_store ⇒ Store
- #valid_cached_response ⇒ ^(cacheRequest request, cacheResponse response) -> boolish
Instance Method Details
#cache_key ⇒ String?
13 |
# File 'sig/plugins/cache.rbs', line 13
def cache_key: () -> String?
|
#cacheable_request ⇒ ^(cacheRequest request) -> boolish
15 |
# File 'sig/plugins/cache.rbs', line 15
def cacheable_request: () -> ^(cacheRequest request) -> boolish
|
#cacheable_response ⇒ ^(cacheRequest request, cacheResponse response) -> boolish
17 |
# File 'sig/plugins/cache.rbs', line 17
def cacheable_response: () -> ^(cacheRequest request, cacheResponse response) -> boolish
|
#response_cache_store ⇒ Store
21 |
# File 'sig/plugins/cache.rbs', line 21
def response_cache_store: () -> Store
|
#valid_cached_response ⇒ ^(cacheRequest request, cacheResponse response) -> boolish
19 |
# File 'sig/plugins/cache.rbs', line 19
def valid_cached_response: () -> ^(cacheRequest request, cacheResponse response) -> boolish
|