MySQL cache class
Package:
Summary:
Cache MySQL query results in session variables
Groups:
Author:
Description:
This class can be used to cache MySQL query results in session variables.
It can perform a given SELECT SQL query and store the result in a session variable.
Next time the same query is executed it can retrieve the results from the session variable if it did not exceed the cache expiry time.
It can perform a given SELECT SQL query and store the result in a session variable.
Next time the same query is executed it can retrieve the results from the session variable if it did not exceed the cache expiry time.
Comments are closed.