Class PageCache
java.lang.Object
org.apache.sysds.runtime.controlprogram.caching.PageCache
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PageCache
public PageCache()
-
-
Method Details
-
init
public static void init() -
clear
public static void clear() -
putPage
public static void putPage(byte[] data) -
getPage
public static byte[] getPage(int size)
-