CACHE_SETPuts the value into cache.Syntax=CACHE_SET(cacheName, cacheKey, cacheValue)ParameterscacheNameType: StringDescription: Name of the cache to use.cacheKeyType: AnyDescription: Key to cache on.cacheValueType: AnyDescription: Value to store in cache.ReturnsType: AnyDescription: Returns the value, that was passed to it.ExampleCACHE_SET("myCache", "key1", A1)See AlsoCACHE/docs/reference/functions/cache/CACHE_CLEAR/docs/reference/functions/cache_clear/CACHE_ENTRIES/docs/reference/functions/cache_entries/CACHE_GET/docs/reference/functions/cache_get/CACHE_KEYS/docs/reference/functions/cache_keys/CACHES/docs/reference/functions/caches/DELETE_CACHE/docs/reference/functions/delete_cache/Previous – FunctionsCACHE_KEYSNext – FunctionsCACHES