Ejemplo n.º 1
0
 private function gbReadCache($key)
 {
     $stream = Wave::readCache($this->cacheDir . $key);
     if ($stream) {
         return unserialize($stream);
     }
     return false;
 }