56 if (is_null($composition))
62 $result = $composition
63 ->setSettings($collection->
toArray())
67 catch (Exception $exception)
69 $result->addError(Error::createFromThrowable($exception));
72 if ($result->isSuccess())
74 $this->cache->store($result->getData()[
'SETTINGS']);