PHP Classes

File: AutoloadCacheHandler.php

Recommend this page to a friend!
  Packages of Ramesh Narayan Jangid (Sharma)   PHP Browser Cache Handler   AutoloadCacheHandler.php   Download  
File: AutoloadCacheHandler.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: PHP Browser Cache Handler
Issue HTTP not modified response for cached files
Author: By
Last change: Readme
Date: 2 months ago
Size: 521 bytes
 

Contents

Class file image Download
<?php

/**
 * Cache Handler
 * php version 7
 *
 * @category CacheHandler
 * @package CacheHandler
 * @author Ramesh N. Jangid (Sharma) <polygon.co.in@gmail.com>
 * @copyright © 2026 Ramesh N. Jangid (Sharma)
 * @license MIT https://opensource.org/license/mit
 * @link https://github.com/polygoncoin/Cache-Handler
 * @since Class available since Release 1.0.0
 */

namespace CacheHandler;

require_once
__DIR__ . '/Autoload.php';

spl_autoload_register(callback: __NAMESPACE__ . '\Autoload::register');