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 booleanenqueue(WindowCache.PageRef<ByteWindow> r)voidgc()
-
-
-
Method Detail
-
enqueue
boolean enqueue(WindowCache.PageRef<ByteWindow> r)
-
gc
void gc()
-
-