예제 #1
0
파일: cacheSys.php 프로젝트: laiello/ffphp
 function __construct(route $route)
 {
     $this->config = $route->getConfig();
     unset($route);
     $this->getCacheKey();
     $this->getCache();
 }