Class PageCache
- java.lang.Object
-
- org.apache.activemq.artemis.core.paging.impl.PageCache
-
public class PageCache extends Object
This is a simple cache where we keep Page objects only while they are being used.
-
-
Constructor Summary
Constructors Constructor Description PageCache(PagingStore owner)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidforEachUsedPage(Consumer<Page> consumerPage)Pageget(long pageID)voidinjectPage(Page page)voidremovePage(Page page)intsize()
-
-
-
Constructor Detail
-
PageCache
public PageCache(PagingStore owner)
-
-