Make fetch_x
methods cache when applicable
#87
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "Gnome-py/fetch-cache"
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?
Summary
For methods that can/make sense to, will add to cache so
get_x
works (andtry_x
uses less api calls), also adds a new flag (fetched
) toMemberCacheFlags
in order to be able to disable this behavior forfetch_member
andfetch_members
Checklist
Checkout
From your project repository, check out a new branch and test the changes.