Skip to content

polygoncoin/Cache-Handler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cache Handler

Issue "HTTP/1.1 304 Not Modified" response for cached files

Usage

require_once __DIR__ . '/AutoloadCacheHandler.php';

use CacheHandler\CacheHandler;

$filePath = $_GET['file'];

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

🤝 Contributing

Issues and feature requests are welcome.
Feel free to share them on issues page

Author

👤 Ramesh N. Jangid (Sharma)

📝 License

Copyright © 2026 Ramesh N. Jangid (Sharma).
This project is MIT licensed.

About

Issue HTTP/1.1 304 Not Modified response for cached files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages