我将CacheHelper添加到我的应用程序中。在我的APP/Config/core.php中有Configure::write('Cache.check',true);在APP/Config/bootstrap.php我有Configure::write('Dispatcher.filters',array('AssetDispatcher','CacheDispatcher'));在我的Controller中我有:public$helpers=array('Text','Cache');public$cacheAction="1hour";我没有直接在此Controller或App