<?php //load the cache file require_once 'init.php'; /* Opcache */ $cache = new Lablnet\Opcache(); $file = 'test.php'; $cache->add($file);
info at phpclasses dot org