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 UnpackedObjectCacheLooseObjects. unpackedObjectCacheMethods in org.eclipse.jgit.internal.storage.file that return UnpackedObjectCache Modifier and Type Method Description (package private) UnpackedObjectCacheLooseObjects. unpackedObjectCache()Getter for the fieldunpackedObjectCache.
-