Ejemplo n.º 1
0
 /**
  * is existing?
  */
 public static function is($keyword, $nousercache = 0)
 {
     if ($nousercache == 0) {
         return self::$cache->isExisting($keyword . SessionAccountHandler::getId());
     } else {
         return self::$cache->isExisting($keyword);
     }
 }