Class WindowCache.SoftRef

java.lang.Object
java.lang.ref.Reference<ByteWindow>
java.lang.ref.SoftReference<ByteWindow>
org.eclipse.jgit.internal.storage.file.WindowCache.SoftRef
All Implemented Interfaces:
WindowCache.PageRef<ByteWindow>
Enclosing class:
WindowCache

private static class WindowCache.SoftRef extends SoftReference<ByteWindow> implements WindowCache.PageRef<ByteWindow>
A soft reference wrapped around a cached object.