• 清除所有缓存的值

    Parameters

    • cacheType: CacheType = 'local'

      缓存类型 'local'(默认) / cookie / session;

    • Optional keys: string[]

      唯一标识,type为cookie时必须

    Returns void

    Example

    import { cache } from "@pointclous/pcloud-utils"
    cache.clearAll('session');

Generated using TypeDoc