Hi!<br>I&#39;ve a python script which creates a dictionnary each time it&#39;s called. This dictionnary is always the same. I would increase the performance if I could generate and cache the dictionnary once, then reuse it. I&#39;m looking for a space like 
REQUEST.SESSION that is the same for each user of my website (other solutions are welcome).<br><br>Do you know how to do that?<br>Thank you.<br>