/**
  * Mutator for whether to ignore the cache or not
  *
  * @param ignore Whether to ignore the cache or not
  */
 public void setIgnoreCache(boolean ignore) {
   checkStatus();
   pm.setIgnoreCache(ignore);
 }