Fetching and then instantly reloading library loses data #256
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "254---fetching-and-then-instantly-reloading-library-loses-data"
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?
Closes #254
Still need some UT to test this.
Alternative solution is to ditch the cache and always reload the database when needed. Pro: closer to actual database behaviour. Con: if #64 is implemented then this will cause additional loads over the network (though only one per lib reload).
Next steps:
Cache system:
Load on demand:
Reloading library is rare. Therefore, opt for load on demand.
WIP: Fetching and then instantly reloading library loses datato Fetching and then instantly reloading library loses data