- java.lang.Object
-
- com.machinezoo.pushmode.PagePool
-
@StubDocs @DraftApi("should be pluggable and configurable, allow off-memory storage") @StubCode("use existing cache implementations") public class PagePool extends Object
A set of page IDs and associated page instances the server knows about.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(PushPage page)
static PagePool
instance()
PushPage
lookup(String id)
-