CacheStrategy

Enumeration CacheStrategy

Defines the strategy which is used when a data cache is requested from the Hub.

Enumeration Members

Enumeration Members

REGENERATE: 1

Ignores previously generated cache results and forces the cache regeneration for the input data.

REGENERATE_RECURSIVE: 2

Ignores previously generated cache results and forces the cache regeneration for the input data and linked data below.

REUSE: 0

Reuses previously generated cache results if available.