Class PageCache
- java.lang.Object
-
- org.apache.sysds.runtime.controlprogram.caching.PageCache
-
public class PageCache extends Object
-
-
Constructor Summary
Constructors Constructor Description PageCache()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
clear()
static byte[]
getPage(int size)
static void
init()
static void
putPage(byte[] data)
-