Disable chosen modules on cached pages
cache per use role debug mode
ability to enable caching for specified user roles global variables for cache object
added include/exclude pages option
admin pages are always excluded
if (!path_is_admin($path) && !$page_match) {
improved performance and dependency on html.tpl.php
initial dev release
initial code