rovalra
    Preparing search index...
    • Retrieves a value from the cache under a specific section.

      Parameters

      • section: string

        The section within the cache.

      • key: string

        The cache key within the section.

      • area: string = 'session'

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

      Returns any

      The cached value, or undefined if not found.