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 WindowCacheWindowCache. cacheprivate WindowCacheWindowCache.SoftCleanupQueue. wcprivate WindowCacheWindowCache.StrongCleanupQueue. wcMethods in org.eclipse.jgit.internal.storage.file that return WindowCache Modifier and Type Method Description static WindowCacheWindowCache. getInstance()private WindowCacheWindowCache. publishMBeanIfNeeded()Constructors in org.eclipse.jgit.internal.storage.file with parameters of type WindowCache Constructor Description SoftCleanupQueue(WindowCache cache)StrongCleanupQueue(WindowCache wc)
-