# Clear Cache

Removes all cached tables from the in-memory cache.

## Usage

``` r
clearCache()
```

## Note

clearCache since 1.4.0

## Examples

``` r
if (FALSE) { # \dontrun{
clearCache()
} # }
```
