PHP Cache
PHP Cache Script usually provides a cache wrapper to store and retrieve cache data from database, Memcache server or files.-
SAMA_getFeeder can retrieve and parse an XML document from a given file or remote URL. The parsed document is returned as SimpleXML object.The remote document data can also be cached in local files.Requirements: PHP 5.1.0 or higher
-
Tabajara Cache 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 of the page.In the end the Tabajara Cache retrieves the just captured output of the page stores it in a cache file. It already compresses the output of the page ...
-
Routo Messaging HTTP API can send an HTTP request to the Routo Messaging gateway server to send an SMS message with a given text on behalf of a given API user.The user password and other details can be configured.Requirements: PHP 3.0 or higher
-
mb_cache verifies if a cache file for the active page exists and its validity. If the cache file does not exist or it is expired, the class starts capturing the current page output and stores it the cache file when the scripts exits. If the cache file exists and has not yet expired, the class outputs the contents of the ...
-
AbsTemplate implements a template engine based PHP script templates and variable replacement. It can process template PHP scripts that are executed. The script captures the template scripts output and replaces template variables by assigned values. The resulting output can be cached in files to avoid template reprocessing overhead. Requirements: PHP 5 or higher
-
File Cache can check if a given variable is already stored in a cache file and retrieve its value if it exists and the cache file did not expire. File Cache can create a new cache file for the newly computed cache variable value. Requirements: PHP 4.0 or higher
-
PHPDance can connect to ShareDance servers and store, retrieve or delete cached data associated to a a given key. It supports accessing multiple ShareDance servers and can optionally store data redundantly in two servers.A session handler class takes care of storing and retrieving session data from ShareDance servers.Requirements: PHP 5.1 or higher
-
gCache can store cached content in files of a given directory. An OS-independent file locking mechanism is used in order to prevent simultaneous attempts of writing to the same cache file.First gCachechecks whether the cache file exist and has not expired. In that case gCache retrieves the cache content into a class variable. If the cache does not exist or ...
-
cache wraps around the ob PHP functions. It has the ability to do inline str_replaces in the buffer for use in a template system. This lets a template system print directly to PHP's output buffer and modify the results, keeping the programmer from having to maintain a gigantic string object through their code.The cache class compliments this by allowing the ...
-
Simple and easy to use DCC class for dynamiclly generated content caching. It stores data in files, named with md5 hash of their URLs.
-
First cache_TS 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 cache file does not yet exist or it has expired, the class starts capturing the output of the script and stores it in the cache file. The cache expiry ...
-
MEM uses the Standard Template Library (SPL) to extend the ArrayAccess class. Functions for setting, getting and checking the values of entries stored in a memcache server, are provided.Requirements:PHP 5.0 or higher
-
PHP data caching class can check if a given cache file exists and is not expired. If so, it returns the cached data. If the cache file is not valid, the class can store the data for an optionally period of time after which it expires.An existent cache file can also be invalidated by removing it.Requirements: PHP 5.0 or higher
-
URI Cache takes the current request URI and uses MD5 to compute the name of a file that should store the cached version of the current page. If the computed cache file does not exist, it starts capturing the output of the current script and stores it in the cache file when the script ends.If the cache file exists, it ...
-
Exponsor Mod can access Exponsor site and retrieve ads and sponsored links to display in a given publisher site.The sponsored links may be stored in a MySQL database table that works as a cache, so it avoids overloading Exponsor site server by not accessing the site again in the same day.HTML code can also be generated to display the ads ...

