rovalra
    Preparing search index...
    • Removes a specific key from a section in the cache.

      Parameters

      • section: string

        The section within the cache.

      • key: string

        The cache key within the section to remove.

      • area: string = 'session'

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

      Returns Promise<void>