Class ImageProviderDisk<T>

    • 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.