I have a big database, and I get data from there and stored in an array. I am working in this data, but I don't want to get every time this data from the database, I want to cache it, it's enought for me to get each 5 minutes. How could I cache an array?
Thanks for your help.