00001 <?php 00002 // $Id: cache-install.inc,v 1.2 2007/08/07 08:39:35 goba Exp $ 00003 00014 function cache_get($key, $table = 'cache') { 00015 return FALSE; 00016 } 00017 00018 function cache_set($cid, $data, $table = 'cache', $expire = CACHE_PERMANENT, $headers = NULL) { 00019 return; 00020 } 00021 00022 function cache_clear_all($cid = NULL, $table = NULL, $wildcard = FALSE) { 00023 return; 00024 }