cache_method: Caching Method

View source: R/utility_functions.R

cache_methodR Documentation

Caching Method

Description

Which caching method should be used based on how edits are tracked

Usage

cache_method(layer_details)

Arguments

layer_details

the layer details object returned be get_layer_details.

Details

Some layers don't support edit tracing and can't be cached. This function checks whether it is supported.

Value

either "layer_edit" for tracking edits to the layer as a whole, "feature_edits" for tracking edits to individual features or NULL for no caching due to lack of edit tracking


MatthewJWhittle/getarc documentation built on April 22, 2023, 12:16 p.m.