Description: Downloads a file if it is not older than a given time and returns its contents.
Parameter:
- url: The URL where to download the file from.
- storeFile: The file name to store the download in.
- refreshTime: The time in minutes the file is downloaded again.
- forceOverwrite: Set to true if the file should be overwritten even if the new file is epmty.
Returns:
- The contents of the files from chache or from download or false if no file could be found.
root
2015-09-06