Uses of Interface
org.eclipse.jgit.internal.storage.dfs.DfsBlockCache.RefLoader
Packages that use DfsBlockCache.RefLoader
Package
Description
Distributed file system based repository storage.
-
Uses of DfsBlockCache.RefLoader in org.eclipse.jgit.internal.storage.dfs
Methods in org.eclipse.jgit.internal.storage.dfs with parameters of type DfsBlockCache.RefLoaderModifier and TypeMethodDescription(package private) <T> DfsBlockCache.Ref
<T> DfsBlockCache.getOrLoadRef
(DfsStreamKey key, long position, DfsBlockCache.RefLoader<T> loader) Look up a cached object, creating and loading it if it doesn't exist.