Uses of Class
org.eclipse.jgit.internal.storage.file.WindowCache
Packages that use WindowCache
-
Uses of WindowCache in org.eclipse.jgit.internal.storage.file
Fields in org.eclipse.jgit.internal.storage.file declared as WindowCacheModifier and TypeFieldDescriptionprivate static WindowCache
WindowCache.cache
private final WindowCache
WindowCache.SoftCleanupQueue.wc
private final WindowCache
WindowCache.StrongCleanupQueue.wc
Methods in org.eclipse.jgit.internal.storage.file that return WindowCacheModifier and TypeMethodDescriptionstatic WindowCache
WindowCache.getInstance()
private WindowCache
WindowCache.publishMBeanIfNeeded()
Constructors in org.eclipse.jgit.internal.storage.file with parameters of type WindowCacheModifierConstructorDescription(package private)
SoftCleanupQueue
(WindowCache cache) (package private)