Exemplo n.º 1
0
 public function cache_getStat($paraObj)
 {
     $r = Cache_Enterprise::stat($this->container);
     return Utils::WrapResultOK($r);
 }