backend_get: Get backend

Description Usage Arguments Details Value See Also

View source: R/backend_get.R

Description

Get the cache backend

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
backend_get(x)

## S3 method for class ''NULL''
backend_get(x)

## S3 method for class 'fs_ext'
backend_get(x)

## S3 method for class 'fs_path'
backend_get(x)

## S3 method for class 'character'
backend_get(x)

Arguments

x

argument used to get the backend with

Details

backend_get retrieves the definition for the cache backend. The definition is a list that was created by cache_register().

Value

backend_get returns a list for the backend.

See Also


decisionpatterns/cache documentation built on June 15, 2020, 9:35 p.m.