sonicjs
sonicjs copied to clipboard
Expire cache when data records added/updated/deleted
Cache items should automatically expire and be rehydrated when underlying data is managed.
Need to be careful not to make this too broad so that we're necessarily updating cache items that did not change.
Need to fully spec this out. There are many use cases and high degree of complexity
Ultimately, the rehydration process needs to be highly flexible based on the app's business requirements.