Add caching support to file downloads
authorAlexander Ebert <ebert@woltlab.com>
Sat, 11 May 2024 11:43:35 +0000 (13:43 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Sat, 8 Jun 2024 10:19:39 +0000 (12:19 +0200)
commit75d5a40ea70ecdb0f9660edd2ba2f6bc2c1412ad
treee59a7dc8a8891b1d8a540bc60748e87ad4f12008
parentb2b49e5fba83bb5f93198175dbaf194a045d688a
Add caching support to file downloads
wcfsetup/install/files/lib/action/FileDownloadAction.class.php
wcfsetup/install/files/lib/system/file/processor/AbstractFileProcessor.class.php
wcfsetup/install/files/lib/system/file/processor/AttachmentFileProcessor.class.php
wcfsetup/install/files/lib/system/file/processor/FileCacheDuration.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/file/processor/IFileProcessor.class.php