Gets the cache object.
\Drupal\Core\Cache\CacheBackendInterface The cache object.
protected function getCache() { if (!isset($this->cache)) { $this->cache = \Drupal::cache('migrate'); } return $this->cache; }