diff --git a/modules/file_download_counter/src/Plugin/Block/FileDownloadPopularBlock.php b/modules/file_download_counter/src/Plugin/Block/FileDownloadPopularBlock.php
index 2e9a2ee..02983df 100644
--- a/modules/file_download_counter/src/Plugin/Block/FileDownloadPopularBlock.php
+++ b/modules/file_download_counter/src/Plugin/Block/FileDownloadPopularBlock.php
@@ -102,7 +102,9 @@ class FileDownloadPopularBlock extends BlockBase {
       $content['top_last'] = node_title_list($result, $this->t('Last viewed:'));
       $content['top_last']['#suffix'] = '<br />';
     }
-
+    $content['#cache'] = array(
+      'max-age' => 0,
+    );
     return $content;
   }
 
