Uses of Interface
org.eclipse.jgit.internal.storage.dfs.DfsBlockCache.RefLoader
-
Packages that use DfsBlockCache.RefLoader Package Description org.eclipse.jgit.internal.storage.dfs 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.RefLoader Modifier and Type Method Description (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.
-