mescalin
08-21-2011, 05:58 PM
Hello,
I have a custom plugin and it runs a "$vbulletin->db->query_read" query. However i would like to cache this result for 30seconds. if cache expired when we hit the page it will run the querry and update the cache.
i use memcache with vbulletin. anybody knows how to do that?
thanks..
I have a custom plugin and it runs a "$vbulletin->db->query_read" query. However i would like to cache this result for 30seconds. if cache expired when we hit the page it will run the querry and update the cache.
i use memcache with vbulletin. anybody knows how to do that?
thanks..