SessCacher: Class for caching data through php session


/ Published in: PHP
Save to your folder(s)

This is a custom class for caching results through php's session. The class can be used to cache anything, but i use it to cache mysql results so i don't have to get all the time the results by querying MySQL (wich may take a long time, especialy if MySQL's server is not the same as PHP's server), increasing enormously performance. Since the database is in constant actualization, there is an optional parameter to limit the maximun number of times you want to reuse the cached data. The class is well commented with an example on how to use it bellow.

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.