الكلمات الدليلية 'Cache'

Website Cache

Posted by admin on ديسمبر 10 2009 Add Comments

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 [...]

vin Cache

Posted by admin on ديسمبر 10 2009 Add Comments

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

Posted by admin on ديسمبر 10 2009 Add Comments

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

Posted by admin on ديسمبر 10 2009 Add Comments

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

Posted by admin on ديسمبر 10 2009 Add Comments

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 [...]