Authored by hf

do add page cache and data cache master slave mode

@@ -160,7 +160,6 @@ class AbstractAction extends Controller_Abstract @@ -160,7 +160,6 @@ class AbstractAction extends Controller_Abstract
160 { 160 {
161 return $this->request->getCookie($name, $default); 161 return $this->request->getCookie($name, $default);
162 } 162 }
163 -<<<<<<< HEAD  
164 163
165 /** 164 /**
166 * 设置缓存 165 * 设置缓存
@@ -190,8 +189,6 @@ class AbstractAction extends Controller_Abstract @@ -190,8 +189,6 @@ class AbstractAction extends Controller_Abstract
190 return Cache::get($key, 'slave'); 189 return Cache::get($key, 'slave');
191 } 190 }
192 } 191 }
193 -=======  
194 ->>>>>>> f2e969821fc34609236046c915106ed001552ab8  
195 192
196 /* 193 /*
197 * 设置网站SEO的标题 194 * 设置网站SEO的标题