### Description Hi, if our "namespaceVersion" has not been saved, will our cache be silently lost? Might be worth adding a log Traits/AbstractAdapterTrait.php ``` try { ... $this->doSave([static::NS_SEPARATOR.$this->namespace => $this->namespaceVersion], 0); ... } catch (\Exception $e) { } ``` ### Example _No response_