Content cache's tag archives

Content cache class

Posted under Article, Development, PHP on Sunday, 12 July 2009 by
This class can be used to cache content in files. It checks whether a given cache file exists. If it exists and is not expired, the class returns the cache file contents. If it has expired, the class removes the cache file. If the cache file does not exist, the class can create a new cache...
Content cache class