Issue "HTTP/1.1 304 Not Modified" response for cached files
require_once __DIR__ . '/AutoloadCacheHandler.php';
use CacheHandler\CacheHandler;
$filePath = $_GET['file'];
$cacheHandler = new CacheHandler();
$cacheHandler->init($filePath);Issues and feature requests are welcome.
Feel free to share them on issues page
👤 Ramesh N. Jangid (Sharma)
- Github: @polygoncoin
Copyright © 2026 Ramesh N. Jangid (Sharma).
This project is MIT licensed.