Example #1
0
 /**
  * Save the account config into the cache database. This includes authorization
  * tokens, endpoint URLs, and the last sync checkpoint.
  *
  * @return bool
  */
 public function save()
 {
     return $this->cache->saveAccountConfig($this);
 }