CacheStrategy#
Enumeration CacheStrategy
Index
Enumeration Members
Enumeration Members
REGENERATE
REGENERATE: 1
Ignores previously generated cache results and forces the cache regeneration for the input data.
REGENERATE_ RECURSIVE
REGENERATE_ RECURSIVE: 2
Ignores previously generated cache results and forces the cache regeneration for the input data and linked data below.
REUSE
REUSE: 0
Reuses previously generated cache results if available.
Defines the strategy which is used when a data cache is requested from the Hub.