<?php include_once("cache.class.php"); $cache = new cache(600,"cache"); include("example.html"); // $cache->clean(); $cache->create();