@@ -18,7 +18,7 @@ |
||
| 18 | 18 | public function cacheProcess($callback) |
| 19 | 19 | {
|
| 20 | 20 | //we do cache key control for method cache container data. |
| 21 | - if(isset($this->app['cache']['methodCache']['cache'])){
|
|
| 21 | + if (isset($this->app['cache']['methodCache']['cache'])) {
|
|
| 22 | 22 | |
| 23 | 23 | //get cache data |
| 24 | 24 | $cache = $this->app['cache']['methodCache']['cache']; |