Persistence behavior for SharedDoc
@callback bind(doc_name :: String.t(), doc :: Yex.Doc.t()) :: term()
@callback unbind(term :: term(), doc_name :: String.t(), doc :: Yex.Doc.t()) :: :ok
@callback update_v1( term :: term(), update :: binary(), doc_name :: String.t(), doc :: Yex.Doc.t() ) :: term()