Class FileCache<T>



  • public class FileCache<T>
    extends Object
    • Method Detail

      • push

        public void push(T thing,
                         BufferedImageAndBytes biab)
        Put this thing's loaded image into the disk-cache.
        Parameters:
        thing - the thing.
        biab - the thing's data to cache.