pub fn patches_mut<'a, R>( profile: &Profile, repository: &'a R, ) -> Result<Cache<Patches<'a, R>, StoreWriter>, Error>where R: ReadRepository + Store<Namespace = NodeId>,
Return a read-write handle for the patches cache.