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 RepositoryCacheConfigRepositoryCacheConfig. 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 voidRepositoryCache. configureEviction(RepositoryCacheConfig repositoryCacheConfig)(package private) static voidRepositoryCache. reconfigure(RepositoryCacheConfig repositoryCacheConfig)
-