Uses of Class
org.eclipse.jgit.lib.RepositoryCacheConfig
-
Packages that use RepositoryCacheConfig Package Description org.eclipse.jgit.lib Core API for repository, config, refs, object database. -
-
Uses of RepositoryCacheConfig in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib that return RepositoryCacheConfig Modifier and Type Method Description RepositoryCacheConfig
RepositoryCacheConfig. fromConfig(Config config)
Update properties by setting fields from the configuration.Methods in org.eclipse.jgit.lib with parameters of type RepositoryCacheConfig Modifier and Type Method Description private void
RepositoryCache. configureEviction(RepositoryCacheConfig repositoryCacheConfig)
(package private) static void
RepositoryCache. reconfigure(RepositoryCacheConfig repositoryCacheConfig)
-