Skip to content

Feature request: async support for SWRVCache #368

@droganov

Description

@droganov

Hello, please change cache interface for:

get(k: string): Promise<ICacheItem<CacheData>>;
set(k: string, v: any, ttl: number): Promise<void>;

Usecase: large sites and IndexedDB

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions