diff --git a/src/applications/files/controller/PhabricatorFileInfoController.php b/src/applications/files/controller/PhabricatorFileInfoController.php
--- a/src/applications/files/controller/PhabricatorFileInfoController.php
+++ b/src/applications/files/controller/PhabricatorFileInfoController.php
@@ -213,6 +213,9 @@
         pht('%s px', new PhutilNumber($height)));
     }
 
+    $finfo->addProperty(
+      pht('Cacheable'),
+      $file->getCanCDN() ? pht('Yes') : pht('No'));
 
     $storage_properties = new PHUIPropertyListView();
     $box->addPropertyList($storage_properties, pht('Storage'));