polygoncoin/cache-handler

为缓存文件返回“HTTP/1.1 304 Not Modified”响应

v1.0.0 2024-07-01 15:46 UTC

This package is auto-updated.

Last update: 2024-10-02 04:17:09 UTC


README

为缓存文件返回“HTTP/1.1 304 Not Modified”响应

使用方法

include_once ('CacheHandler.php');

$filePath = $_GET['file'];

$cacheHandler = new CacheHandler();
$cacheHandler->init($filePath);