Returns the requested cache bin.
string $bin: (optional) The cache bin for which the cache object should be returned, defaults to 'default'.
\Drupal\Core\Cache\CacheBackendInterface The cache object associated with the specified bin.
protected function cache($bin = 'default') { return $this->container() ->get('cache.' . $bin); }