Java org.eclipse.jgit.lib RepositoryCache fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jgit.lib RepositoryCache fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jgit.lib RepositoryCache.

The text is from its open source code.

Method

voidclear()
Unregister all repositories from the cache.
voidclose(@NonNull Repository db)
Close and remove a repository from the cache.
Repositoryopen(Key location, boolean mustExist)
Open a repository, reusing a cached instance if possible.
Repositoryopen(Key location)
Open an existing repository, reusing a cached instance if possible.