Issue #3063687: ConfigFactory static cache is not updated when cache tags are invalidated
Compare changes
@@ -39,11 +39,11 @@ class ConfigFactory implements ConfigFactoryInterface, EventSubscriberInterface
@@ -68,11 +68,19 @@ class ConfigFactory implements ConfigFactoryInterface, EventSubscriberInterface
@@ -152,8 +160,8 @@ protected function doLoadMultiple(array $names, $immutable = TRUE) {
@@ -172,26 +180,53 @@ protected function doLoadMultiple(array $names, $immutable = TRUE) {
@@ -221,7 +256,7 @@ protected function loadOverrides(array $names) {
@@ -231,12 +266,12 @@ protected function propagateConfigOverrideCacheability($cache_key, $name) {
@@ -254,8 +289,8 @@ public function rename($old_name, $new_name) {
@@ -318,7 +353,7 @@ protected function getConfigCacheKeys($name) {
@@ -348,12 +383,12 @@ public function onConfigSave(ConfigCrudEvent $event) {
@@ -375,8 +410,8 @@ public function onConfigDelete(ConfigCrudEvent $event) {