Interface WindowCache.CleanupQueue
-
- All Known Implementing Classes:
WindowCache.SoftCleanupQueue
,WindowCache.StrongCleanupQueue
- Enclosing class:
- WindowCache
private static interface WindowCache.CleanupQueue
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
enqueue(WindowCache.PageRef<ByteWindow> r)
void
gc()
-
-
-
Method Detail
-
enqueue
boolean enqueue(WindowCache.PageRef<ByteWindow> r)
-
gc
void gc()
-
-