diff --git a/core/Plugin/Report.php b/core/Plugin/Report.php
index aaa95bee507eadbfc638ed6789bcb0bd6f5c95d3..3b14bea1ecd18c82171aca9a2f3d802e1a0bbcdd 100644
--- a/core/Plugin/Report.php
+++ b/core/Plugin/Report.php
@@ -738,7 +738,7 @@ class Report
 
     private static function getMapOfModuleActionsToReport()
     {
-        $cacheId = 'ReportFactoryMap';
+        $cacheId = CacheId::pluginAware('ReportFactoryMap');
 
         $cache = Cache::getEagerCache();
         if ($cache->contains($cacheId)) {