Problem/Motivation
When updating a resource, it could be useful to update the related resource in the cache as well. This could prevent the display of stale data and also prevent an extra API call to the CMS.
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork api_client-3416800
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
pratik_kambleComment #3
pratik_kambleComment #4
brianperryWe've prioritized https://www.drupal.org/project/api_client/issues/3404988 which would provide a way to invalidate or refresh the cache. We should solve that first, and then that will likely make our options here clearer. Leaving this as postponed for now.