Here's the idea: I have a web application which will read data from files, manipulate it, and JSONify it for javascript to pretty up.
The data is fetched by a cron which will run a python script that makes the files by querying a database and writing it. However, this data will only be fetched at specific, configurable times.
My goal is to cache the data until the cron runs. Is there a way to cache until a specified time?