Skip to content

Make cache easier to work with Β #143

Open
@atrauzzi

Description

@atrauzzi

Use case

Great library, love it, does almost everything I need. ⭐ πŸ’ͺ πŸš€

There's just one problem.... The cache is insanely arcane to work with. Simple things like removing an entry or replacing it is poorly documented and has a very verbose API behind it.

Describe the solution you'd like

I feel like it should be easier to:

  • Figure out the correct cache key(s) of an entry
  • Call the API to update or remove that entry
  • Maybe also update that entry based on other queries being done?

Anyway, just looking for a bit of quality of life -- but I gotta say, otherwise, such a neat library to use.

Metadata

Metadata

Assignees

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