Apps script caching with compression and enhanced size limitations

38 views
Skip to first unread message

Bruce Mcpherson

unread,
May 23, 2022, 10:28:35 AM5/23/22
to Google Apps Script Community
Caching is a great way to improve performance, avoid rate limit problems and even save money if you are accessing a paid for API from Apps Script. A big limitation though is that cache entries can only be up to 100k. One way of resolving this is to compress the data, and another is to split the data across multiple cache entries. This library does both.


I’ve provided a number of cache related libraries before on this site, but this one is purpose built and not part of some bigger project – so if you only want Apps Script caching – this is the one you need.
https://ramblings.mcpher.com/apps-script/apps-script-caching-enhanced/
Reply all
Reply to author
Forward
0 new messages