cache_TS Support forum cache_ts Cache the output of PHP script in files This class can be used to cache the output of PHP script in files. First it checks the cache file of a given cache key. If the cache file exists and it has not expired, the class outputs the contents of the cache file. If the ...
Easy MySQL Cache Support forum ezmc Cache MySQL query results in MySQL memory tables This class can cache MySQL query results in MySQL memory tables. It can execute a given MySQL query and store the results in a record of a MySQL table of type MEMORY, so it can be used as cache. The class can retrieve ...
Tabajara Cache Support forum tabajaracache Cache the output of pages into files This class can be used to cache the output of pages into files. It can check if a cache file exists and did not expire. If so, it outputs the contents of the cache file. Otherwise, the class starts capturing the output ...
mb_cache Support forum mb_cache Cache page content output in files This class can be used to cache page content output in files. It can check if a cache file for the current page exists and whether it is still valid. If the cache file does not exist or it is expired, the class starts capturing the ...
Cache variables Support forum cache-variables Cache variable values in PHP scripts This class can be used to cache variable values in PHP scripts. It can take the value of a variable and generate a cache file, if it does not exist already, that is PHP script that assigns the variable value. The ...
Simple full site cache Support forum php-cache Cache script output in files This class can write&read script output in files. It can check if a cache file exists and is not expired. If so it may return the contents of the cached file. If the cache file does not exist or it was expired, the class ...
File-Cache Support forum file-cache Cache variable values storing them in files This class can be used to cache variable values storing them in files. It can store, retrieve and delete arbitrary variable values in a cache file with a given key value. The directory where cache files are store is ...
Ole File Cache Support forum ole-file-cache Cache arbitrary data in files This class can be used to cache arbitrary data in files. It can check if a given cache file exist or it has not expired. If so, retrieved the cached data. Otherwise, it can store new data in the cache file. The cache expiry ...
Nen Cache Support forum nencache Cache the output of pages in files This class can be used to cache the output of PHP generated pages in files. It can capture the output of a PHP script section and cache it by storing the output in files. The output data is cached for a given timeout period. While ...
Cache OS Support forum cache-os Store and retrieve cached data in files This class can be used to store and retrieve cached data in files. It can check if a cache file with a given key exists and retrieve its data. The class can optionally check if the cache file was created before a given expiry ...