PHP Cache
PHP Cache Script usually provides a cache wrapper to store and retrieve cache data from database, Memcache server or files.-
Cacheton - An utility to cache pages that frequently query a db which is not updated so frequently. Script can reduce server load up to 50%. Your database will thank you. Easy installation, just create a cache dir and include the script. Configurable cache life, use page compression if you will.
-
ObjectCache class provides you some Object manipulation routines.
-
Easy Cacher class may be used to cache pages easily. And it is so easy to integrate to you website.
-
File Info Cache browses a directory and recursively caches file information to a database. Once the file information is in a database you can access it easily and efficiently. This script is only intended to run from the shell, from a crontab or similar process; I don't recommend changing permissions on your files for the webserver to access them!File Info ...
-
Page Self Cacher class caches php pages very fast.
-
ResultCache is a class used to cache output of a function in disk files.This class is good for improving the performance of scripts that output the results of slow database queries. It can be used for caching data generated from other sources besides database query results.On first call of the class, the function is executed and the returned data to ...
-
vinCache is a class to cache pages whole site.It is a class that stores the visited pages during a specified period before its refreshes the cache. Until then the processed HTML pages are returned to the browser.vinCache may cache the pages in files or in SQL database rows.
-
Cached XSL is around XSLT wrapper Sablotron XSL processor extension that added caching support to reduce the time necessary to process a XML file after the first time it is processed.The caching support is based on the PEAR::Cache class.
-
Cached TemplatEze is a fork of the TemplatEze variable replacement based template engine.Features of Cached TemplatEze:- Template Set support- perfomance measurement- Content Caching- Output Buffering- array assignment to assign() function- functions set(), setloop() and tplblock() merged into one assign() function- clean code
-
RS Cache can be used to store and retrieve variables in cache files. It provides a function to store the value of a variable of any type in a file of a given folder.The file name is determined by a given unique identifier and an integer number that indicates the time when the cache file was created.RS Cache also provides ...
-
ObjectCache2 stores objects in different types of cache. It stores objects in operative memory, dba, dbm, shared memory.
-
multiCache is an easy to use general purpose runtime cache for static variables and objects.
-
Class Cache is capable of caching arbitrary data in files of a given folder. This is meant to help reducing the time it takes to serve the same content of pages that would take a long time to generate and would slow down the access to such pages if they had to regenerated everytime when not using content caching.Class Cache ...
-
phpDataCache is a PHP class library to provide an easy API for caching data as PHP variables. Supports multiple DAOs for deploying in a variety of situations.
-
RFKcache is a easy, efficient and simple class which implements a cache system for use in PHP scripting.

