• 清除缓存

    Parameters

    • key: string

      存储的唯一标识key

    • cacheType: CacheType = 'local'

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

    Returns void

    Example

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

Generated using TypeDoc