Hi all,
I wonder if someone can give directions on how to keep a Dict in RAM as a method for fast look for data.
Options:
- from gluon.storage import Storage.
But there is not much info about the reach of this module. Is it renew in every request?
- What about cache?
Can i store a dict and using across requests?
Thanks in advanced,