dropCache: Invalidate cache

View source: R/cache.R

dropCacheR Documentation

Invalidate cache

Description

These functions let you control cache invalidation. dropOnly invalidates cache only for the specified URL. dropPattern uses regular expression matching to invalidate cache. dropCache is a convenience wrapper around dropPattern that invalidates cache for any resources that start with the given URL.

Usage

dropCache(x)

dropOnly(x)

dropPattern(x)

Arguments

x

character URL or regular expression

Value

Nothing. Functions are run for their side effects.


nealrichardson/httpcache documentation built on April 21, 2023, 3:41 p.m.