Properties of a CacheItem.

interface ICacheItem {
    job?: IOracleJob;
    variableName?: string;
}

Implemented by

Properties

Properties

job?: IOracleJob

The OracleJob to execute to yield the value to store in cache.

variableName?: string

The name of the variable to store in cache to reference later with ${VARIABLE_NAME}.

Generated using TypeDoc