Class WindowCache.SoftCleanupQueue
java.lang.Object
java.lang.ref.ReferenceQueue<ByteWindow>
org.eclipse.jgit.internal.storage.file.WindowCache.SoftCleanupQueue
- All Implemented Interfaces:
WindowCache.CleanupQueue
- Enclosing class:
WindowCache
private static class WindowCache.SoftCleanupQueue
extends ReferenceQueue<ByteWindow>
implements WindowCache.CleanupQueue
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.ref.ReferenceQueue
poll, remove, remove
-
Field Details
-
wc
-
-
Constructor Details
-
SoftCleanupQueue
SoftCleanupQueue(WindowCache cache)
-
-
Method Details
-
enqueue
- Specified by:
enqueue
in interfaceWindowCache.CleanupQueue
-
gc
public void gc()- Specified by:
gc
in interfaceWindowCache.CleanupQueue
-