- 81a5c46c committed on 8.x-1.x
Issue #3282059: Cache is not invalidating
- 81a5c46c committed on 8.x-1.x
Hi, I've found a problem with cache not being invalidated in some circumstances.
/decoupled_kit/menu/{menu-id}
. You should see an "empty response"./decoupled_kit/menu/{menu-id}
. You should see an "empty response", instead of the actual one. Clearing the cache solves the problem./decoupled_kit/menu/{menu-id}
. You should see a correct response with your menu item(s)./decoupled_kit/menu/{menu-id}
. You should see an "empty response"./decoupled_kit/menu/{menu-id}
. You should see an "empty response", instead of the actual one. Clearing the cache solves the problem.Empty response:
{
"id": "custom-menu",
"data": {
"#cache": {
"contexts": [],
"tags": [],
"max-age": -1
}
}
}
Needs review
1.3
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Issue #3282059: Cache is not invalidating