ultra-telegram-framework
    Preparing search index...

    Session storage for Google Apps Script based on CacheService. Fast, but data lives for a maximum of 6 hours (21600 seconds).

    Type Parameters

    • T

    Implements

    Index

    Constructors

    Methods

    Constructors

    • Fast session storage for Google Apps Script based on CacheService. Data lives for a maximum of 6 hours (21600 seconds).

      Type Parameters

      • T

      Parameters

      • cache: Cache = ...

        Which cache service to use (ScriptCache by default)

      • ttl: number = 21600

        Time to live in seconds (21600 - 6 hours by default)

      • prefix: string = 'session:'

        Prefix for keys

      Returns CacheStorage<T>

    Methods