Constructs a new CacheItem.
Optional
properties: ICacheItemProperties to set
Optional
jobThe OracleJob to execute to yield the value to store in cache.
The name of the variable to store in cache to reference later with ${VARIABLE_NAME}
.
Static
createCreates a new CacheItem instance using the specified properties.
Optional
properties: ICacheItemProperties to set
CacheItem instance
Static
decodeDecodes a CacheItem message from the specified reader or buffer.
Reader or buffer to decode from
Optional
length: numberMessage length if known beforehand
CacheItem
If the payload is not a reader or valid buffer
If required fields are missing
Static
decodeDecodes a CacheItem message from the specified reader or buffer, length delimited.
Reader or buffer to decode from
CacheItem
If the payload is not a reader or valid buffer
If required fields are missing
Static
encodeEncodes the specified CacheItem message. Does not implicitly verify messages.
CacheItem message or plain object to encode
Optional
writer: WriterWriter to encode to
Writer
Static
encodeEncodes the specified CacheItem message, length delimited. Does not implicitly verify messages.
CacheItem message or plain object to encode
Optional
writer: WriterWriter to encode to
Writer
Static
fromStatic
getStatic
toCreates a plain object from a CacheItem message. Also converts values to other types if specified.
CacheItem
Optional
options: IConversionOptionsConversion options
Plain object
Static
verify
Represents a CacheItem.