Really Simple Content Cache

Posted by admin on December-10-2009 Add Comments

Bookmark and Share


Really Simple Content Cache

By : Rob Searles

This class can be used to cache content in files.

It can check if a given cache file exists and it has not expired. In that case it returns the cached content stored in the cache file.

If the cache file does not exist or the cached content has expired, the cache file may be refreshed with new content.

The class may also invalidate cached content by removing the respective file if it exists.

The cache expiry time and the cache file name extension are configurable details.

Download :

http://www.ziddu.com/download/7309483/reallysimplecontentc-2007-10-03.zip.html

Post a Comment

You must be logged in to post a comment.