| Recommend this page to a friend! |
| Info | Documentation | Reputation | Support forum | Blog | Links |
| Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
| 2025-10-07 (4 hours ago) | Not enough user ratings | Total: 61 | All time: 10,489 This week: 62 | |||||
| Version | License | PHP version | Categories | |||
| cachehandler 1.0 | MIT/X Consortium ... | 5 | HTTP, PHP 5, Files and Folders, Cache, P... |
| Description | Author | |
This class can issue HTTP, not modified response for cached files. |
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);
| File | Role | Description | ||
|---|---|---|---|---|
| Class | Class source | |||
| Aux. | Configuration script | |||
| Lic. | License text | |||
| Doc. | Documentation | |||
| The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page. |
| Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
| 100% |
|
|
| Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.