Package | Description |
---|---|
org.eclipse.jgit.internal.storage.file |
File based repository storage.
|
Modifier and Type | Field and Description |
---|---|
(package private) WindowCache.Ref |
WindowCache.Entry.ref
The referenced object.
|
Modifier and Type | Method and Description |
---|---|
private WindowCache.Ref |
WindowCache.createRef(PackFile p,
long o,
ByteWindow v) |
Modifier and Type | Method and Description |
---|---|
private void |
WindowCache.clear(WindowCache.Ref ref) |
private void |
WindowCache.hit(WindowCache.Ref r) |
Constructor and Description |
---|
Entry(WindowCache.Entry n,
WindowCache.Ref r) |