Esempio n. 1
0
 public function __construct()
 {
     parent::__construct();
     if (tfilestorage::$memcache) {
         $this->cache = new tlitememcache(tfilestorage::$memcache);
     } else {
         $this->cache = new tfilecache();
     }
 }