Does anybody know what the maximum expiration time for Cache Services in Google Apps Script is? I am running my script on Google Sites and have tried to run a trigger that re-caches the cache, but the cache seems to still expire overnight and I am not certain how long it lasts. If anyone has timed the actual length of the cache it would be good to know - unfortunately, Google hasn't made this info public.
相关问题
- How can I force all files in a folder to be owned
- Google Apps Script: testing doPost() with cURL
- Google Apps Script to turn in, grade, and return a
- Script fails on SpreadsheetApp.openById - Requires
- jsp caching tag library
相关文章
- Is there a google API to read cached content? [clo
- How to allow access for importrange function via a
- Google app script trigger not working
- Set Date/Time to 00:00:00
- AWS API Gateway caching ignores query parameters
- indexOf returning -1 despite object being in the a
- Check if url is cached webview android
- WebView's LOAD_NO_CACHE setting still saves fi
We are working on adding that information to our documentation, but the maximum time something can be stored in the cache in 6 hours (21600 seconds) and the default time is 10 minutes (600 seconds).