Class FileCache


  • public class FileCache
    extends Object
    The FileCache is used to access registered cache files when a task is deployed.

    Files and zipped directories are retrieved from the PermanentBlobService. The life-cycle of these files is managed by the blob-service.

    Retrieved directories will be expanded in "<system-tmp-dir>/tmp_<jobID>/" and deleted when the task is unregistered after a 5 second delay, unless a new task requests the file in the meantime.