deepblue_delete_request_from_cache {DeepBlueR}R Documentation

Delete a specific request from the cache

Description

Delete a specific request from the cache

Usage

deepblue_delete_request_from_cache(request_id)

Arguments

request_id

the request to delete from the cache

Value

TRUE if the request was successfully deleted, FALSE otherwise

Examples

deepblue_delete_request_from_cache("non-existing-request-id")
# returns FALSE

[Package DeepBlueR version 1.14.0 Index]