3446876 - use own static cache to prevent static cache flushing during updates...
Compare changes
+ 18
− 6
@@ -16,8 +16,7 @@ use Drupal\config_track\Controller\ConfigTrackController;
@@ -39,7 +38,7 @@ function config_track_entity_presave_first(EntityInterface $entity) {
@@ -69,7 +68,7 @@ function config_track_entity_presave_last(EntityInterface $entity) {
@@ -92,7 +91,7 @@ function config_track_entity_predelete_first(EntityInterface $entity) {
@@ -133,7 +132,7 @@ function config_track_shutdown() {
@@ -244,3 +243,16 @@ function config_track_convert_markup_to_string(array &$data) {