Uses of Class
org.eclipse.jgit.internal.storage.file.WindowCache
-
Packages that use WindowCache Package Description org.eclipse.jgit.internal.storage.file File based repository storage. -
-
Uses of WindowCache in org.eclipse.jgit.internal.storage.file
Fields in org.eclipse.jgit.internal.storage.file declared as WindowCache Modifier and Type Field Description private static WindowCache
WindowCache. cache
private WindowCache
WindowCache.SoftCleanupQueue. wc
private WindowCache
WindowCache.StrongCleanupQueue. wc
Methods in org.eclipse.jgit.internal.storage.file that return WindowCache Modifier and Type Method Description static WindowCache
WindowCache. getInstance()
Constructors in org.eclipse.jgit.internal.storage.file with parameters of type WindowCache Constructor Description SoftCleanupQueue(WindowCache cache)
StrongCleanupQueue(WindowCache wc)
-