Skip to contents

Enable caching for the current session

Usage

cas_enable_db(db_type = "SQLite")

Value

Nothing, used for its side effects.

Examples

# \donttest{
if (interactive()) {
  cas_enable_db()
}
# }