/**
  * Set a table
  * @param Cache $cache
  */
 public static function table($table)
 {
     self::$_table = $table;
 }