Google App Script Properties and Cache Services

A different kind of video showing the Properties and Cache Services available for Google Apps Script.
Important Notes:
* The Properties and Cache Services are designed to hold data for use beyond a single run of a script.
* The Legacy IDE had an option to see view and directly interact with the Script Properties. This is not available in the new IDE but the service still exists and can be interacted with via code.
* The primary difference between the PropertiesService and CacheService is that key-value pairs in the Cache are automatically deleted after 25 minutes, while data in the PropertiesService persist until deleted via code (or manually from the Legacy IDE)

Sheet (to copy)
https://docs.google.com/spreadsheets/d/1sD–fUJJxvjSmvoIFGp-Ib_ilzlKghaW2CfqrOv6Aqo/edit#gid=0

Connect with me:
• spencer.farris@gmail.com
• spencerfarris.me
• www.linkedin.com/in/spencer-farris/
• Twitter @FarrisSpencer
• Google Product Expert support.google.com/docs/profile/12305

Leave a Reply

Your email address will not be published. Required fields are marked *