diff -up Lite/File.php.orig Lite/File.php --- Lite/File.php.orig 2009-03-06 18:22:14.000000000 +0100 +++ Lite/File.php 2009-03-06 18:23:10.000000000 +0100 @@ -75,7 +75,7 @@ class Cache_Lite_File extends Cache_Lite * @return string data of the cache (or false if no cache available) * @access public */ - function get($id, $group = 'default') + function get($id, $group = 'default', $doNotTestCacheValidity = false) { if ($data = parent::get($id, $group, true)) { if ($filemtime = $this->lastModified()) {