Improve cache specificity #22
Labels
No Label
Bug
Feature Request
Other
Planned Feature
Planning
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: timw4mail/HummingBirdAnimeClient#22
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Right now the cache setup is pretty crude - any API update invalidates the entire cache, and only the currently viewed list section is added to the cache when the cache is empty.
Instead, the cache should be more granular - each list item should be able to be independently updated.