Uses of Class
org.eclipse.jgit.internal.storage.file.UnpackedObjectCache
-
Packages that use UnpackedObjectCache Package Description org.eclipse.jgit.internal.storage.file File based repository storage. -
-
Uses of UnpackedObjectCache in org.eclipse.jgit.internal.storage.file
Fields in org.eclipse.jgit.internal.storage.file declared as UnpackedObjectCache Modifier and Type Field Description private UnpackedObjectCache
LooseObjects. unpackedObjectCache
Methods in org.eclipse.jgit.internal.storage.file that return UnpackedObjectCache Modifier and Type Method Description (package private) UnpackedObjectCache
LooseObjects. unpackedObjectCache()
Getter for the fieldunpackedObjectCache
.
-