I’m looking for a system to cache an already coded project (with PHP) which has features like registration and login system etc.
I have searched for some caching solutions, but I read that the logging in and posting system fails if I use such features.
What I actually need is to store results of some spesific DB queries, if there’s a cache, call that results, if not generate a new cache, and re-cache them in each x minutes. (results can be stored in txt. etc).
How can I do that?
By the way, setting query_cache_type to 1 don’t work. I’m looking for alternative solutions.
Thanks
Basically you need to cache the query: