java.lang.Object
org.apache.sysds.runtime.controlprogram.caching.PageCache

public class PageCache extends Object
  • 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)