Uses of Class
org.eclipse.jgit.storage.file.WindowCacheConfig
Packages that use WindowCacheConfig
Package
Description
File based repository storage.
-
Uses of WindowCacheConfig in org.eclipse.jgit.internal.storage.file
Methods in org.eclipse.jgit.internal.storage.file with parameters of type WindowCacheConfigModifier and TypeMethodDescriptionprivate static int
WindowCache.lockCount
(WindowCacheConfig cfg) (package private) static void
DeltaBaseCache.reconfigure
(WindowCacheConfig cfg) static void
WindowCache.reconfigure
(WindowCacheConfig cfg) Deprecated.private static int
WindowCache.tableSize
(WindowCacheConfig cfg) Constructors in org.eclipse.jgit.internal.storage.file with parameters of type WindowCacheConfig -
Uses of WindowCacheConfig in org.eclipse.jgit.storage.file
Methods in org.eclipse.jgit.storage.file that return WindowCacheConfigModifier and TypeMethodDescriptionWindowCacheConfig.fromConfig
(Config rc) Update properties by setting fields from the configuration.
cfg.install()
to avoid internal reference.