Set
Set stores a value in the cache under the specified key. If an entry with that key already exists, it is overwritten.
Properties
Section titled “Properties”The key under which to store the value.
Accepts string literals, expressions, or references to string values.
The value to store. Must match the Value type set on the Cache service.
Accepts static values, expressions, or object references.