Uses of Class
org.eclipse.jgit.internal.storage.file.DeltaBaseCache.Entry
-
Packages that use DeltaBaseCache.Entry Package Description org.eclipse.jgit.internal.storage.file File based repository storage. -
-
Uses of DeltaBaseCache.Entry in org.eclipse.jgit.internal.storage.file
Fields in org.eclipse.jgit.internal.storage.file with type parameters of type DeltaBaseCache.Entry Modifier and Type Field Description (package private) java.lang.ref.SoftReference<DeltaBaseCache.Entry>
DeltaBaseCache.Slot. data
(package private) static java.lang.ref.SoftReference<DeltaBaseCache.Entry>
DeltaBaseCache. DEAD
Methods in org.eclipse.jgit.internal.storage.file that return DeltaBaseCache.Entry Modifier and Type Method Description (package private) DeltaBaseCache.Entry
DeltaBaseCache. get(Pack pack, long position)
-