Properties of a CacheTask.

interface ICacheTask {
    cacheItems?: null | ICacheItem[];
}

Implemented by

Properties

Properties

cacheItems?: null | ICacheItem[]

A list of cached variables to reference in the job with ${VARIABLE_NAME}.