Skip to contents

Internal function to test if a cache already exists.

Usage

cache_exists(table_name, depth, type)

cache_exists_any(table_name, type)

Arguments

table_name

string

depth

string, e.g. "deep" or "shallow"

type

string, e.g. "tessi" or "stream"

Value

TRUE/FALSE

Functions

  • cache_exists_any(): Convenience function that tests if a cache already exists at any depth

Examples

if (FALSE) { # \dontrun{
cache_exists("test", "deep", "stream")
} # }