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