Session storage for Google Apps Script based on CacheService. Fast, but data lives for a maximum of 6 hours (21600 seconds).
Fast session storage for Google Apps Script based on CacheService. Data lives for a maximum of 6 hours (21600 seconds).
Which cache service to use (ScriptCache by default)
Time to live in seconds (21600 - 6 hours by default)
Prefix for keys
Deletes the session.
Session key
Gets the session.
Saves the session.
Session value
Session storage for Google Apps Script based on CacheService. Fast, but data lives for a maximum of 6 hours (21600 seconds).