R/request_is_in_cache.R

Defines functions request_is_in_cache

# Check if request is in cache
request_is_in_cache <- function(request_signature) {
  webmockr_stub_registry$is_registered(request_signature)
}

Try the webmockr package in your browser

Any scripts or data that you put into this service are public.

webmockr documentation built on March 7, 2023, 5:25 p.m.