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