|
|
@@ -210,7 +210,7 @@ class CacheModel extends Model
|
|
|
}
|
|
|
$act = "cache" . ucfirst($funcName);
|
|
|
$data = call_user_func_array(array($this, $act), $arg_list);
|
|
|
- $this->setCache($cache_key, $data, 3);
|
|
|
+ $this->setCache($cache_key, $data, 1);
|
|
|
}
|
|
|
return $data;
|
|
|
}
|