rovalra
    Preparing search index...
    • Sets a value in the cache under a specific section.

      Parameters

      • section: string

        The section within the cache.

      • key: string

        The cache key.

      • value: any

        The value to store.

      • area: string = 'session'

        The storage area ('session' or 'local').

      Returns Promise<void>