GzOutput.class.php

caching test

Try no caching test page or try to use your browser history buttons to view caching.
<!--// in this page //-->
<script type="text/javascript" src="cache.php"></script>

<!--// cache.php //-->
<?php
require 'GzOutput.class.php';
GzOutput::create(file_get_contents('dojo.js.uncompressed.js'), 'text/javascript');
?>