diff ScriptIncludeCache.inc @ 69:dd4ddedca4c5

Add convenience header ScriptIncludeCache Split CacheTimeCheck and FileCacheSet
author Tom Fredrik "BFG" Klaussen <bfg@blenning.no>
date Thu, 11 Oct 2012 23:32:14 +0200
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ScriptIncludeCache.inc	Thu Oct 11 23:32:14 2012 +0200
@@ -0,0 +1,9 @@
+<?php
+/**
+ * @file
+ *
+ * Since ScriptIncludeCache is defined in FileCacheSet.inc, we simply
+ * include it here to provide a common class include interface
+ */
+include_once 'FileCacheSet.inc';
+?>
\ No newline at end of file