Uses of Class
org.eclipse.jgit.internal.storage.dfs.DfsBlockCache
Packages that use DfsBlockCache
Package
Description
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 DfsBlockCacheModifier and TypeMethodDescriptionstatic DfsBlockCache
DfsBlockCache.getInstance()
Get the currently active DfsBlockCache.Constructors in org.eclipse.jgit.internal.storage.dfs with parameters of type DfsBlockCacheModifierConstructorDescriptionDfsReftable
(DfsBlockCache cache, DfsPackDescription desc) Construct a reader for an existing reftable.