Skip to content

emptyCache() does not work anymore #490

@desmeit

Description

@desmeit

I use 3.4.1.

I work with

await cacheManager.downloadFile(url);

and after that I get it from the cache with:

 final fileInfo = await cacheManager.getFileFromCache(
          url,
        );

I try to delete the cache with

await cacheManager.emptyCache();

It was working for a long time but now it is not working anymore.

flutter 3.29.3

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