Uses of Class
org.eclipse.jgit.internal.storage.dfs.DfsBlockCache
-
Packages that use DfsBlockCache Package Description org.eclipse.jgit.internal.storage.dfs Distributed file system based repository storage. -
-
Uses of DfsBlockCache in org.eclipse.jgit.internal.storage.dfs
Methods in org.eclipse.jgit.internal.storage.dfs that return DfsBlockCache Modifier and Type Method Description static DfsBlockCache
DfsBlockCache. getInstance()
Get the currently active DfsBlockCache.Constructors in org.eclipse.jgit.internal.storage.dfs with parameters of type DfsBlockCache Constructor Description DfsReftable(DfsBlockCache cache, DfsPackDescription desc)
Construct a reader for an existing reftable.
-