public interface org.eclipse.jgit.lib.RepositoryCache$Key
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.eclipse.jgit.lib.RepositoryCache$Key
  super_class: java.lang.Object
{
  public abstract org.eclipse.jgit.lib.Repository open(boolean);
    descriptor: (Z)Lorg/eclipse/jgit/lib/Repository;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException, org.eclipse.jgit.errors.RepositoryNotFoundException
    MethodParameters:
           Name  Flags
      mustExist  
}
SourceFile: "RepositoryCache.java"
NestHost: org.eclipse.jgit.lib.RepositoryCache
InnerClasses:
  public abstract Key = org.eclipse.jgit.lib.RepositoryCache$Key of org.eclipse.jgit.lib.RepositoryCache