Skip to content

Improve caching system #399

@julien4215

Description

@julien4215
  • We are currently using SharedPreferences to cache requests. This is a bad idea as SharedPreferences is not conceived to store large amount of data and can lead to Out Of Memory errors (Remove caching #397)
  • Currently nothing get deleted in the cache, we should clear the cache after some period of time
  • We are not caching images and pdf. We don't have to but we should at least take care of the case were the user has no connectivity.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions