Website Cache
By : William Lang
This class can be used to retrieve pages from a site and store them in static cache files.
It can retrieve the contents of a given remote Web page and store it in a cache file.
The class can check if a cache file for a page exists and it was updated no [...]
Posts Tagged 'Cache'
Website Cache
vin Cache
vin Cache
By : Vinay Yadav
This 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.
It may cache the pages in files or in SQL database rows.
Download :
http://www.ziddu.com/download/7309791/vincache-2003-06-26.zip.html
URI Cache
URI Cache
By : yinsee
This class can be used to cache whole pages on files with names based on the request URI.
It 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 [...]
Tabajara Cache
Tabajara Cache
By : Rafael Paulino
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 of the page.
In the end the class retrieves the just [...]
sqlCache API Library
sqlCache API Library
By : Dmitry Sheiko
This package can be used to cache the results of SQL database query results in files.
The idea is to increase database application performance by avoided to access databases to retrieve the results of queries being executed repeatedly.
This package provides an API that encapsulates the execution and caching of SQL database [...]
RS Cache
RS Cache
by : V. Yanson
This class 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 [...]
Really Simple Content Cache
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 [...]
php Super Cache
php Super Cache
By : Patxi Echarte
Class for caching of full pages or frequently used blocks. It uses the filesystem to avoid database connections bottlenecks. It caches pages using the name of the script and allowed query_strings. You can see it in use at: http://www.todoel*$(#*$(#*$(#o.com, caching category pages and different blocks. It can serve normal html [...]
Object Cache 2
Object Cache 2
By : Eugene Panin
Stores objects in operative memory, dba, dbm, shared memory.
Please make the following directory structure:
ObjectCache.php (file)
+–ObjectCache (dir)
____ObjectCache_shmop.php
____ObjectCache_memory.php
____…..
Download :
http://www.ziddu.com/download/7309352/object_cache2-2003-02-19.zip.html
Object Cache
Object Cache
By : Eugene Panin
Object manipulation routine.
Download :
http://www.ziddu.com/download/7309331/objectcache-2001-10-02.zip.html
