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