PHP Classes

Classes of Jeetendra Singh

Recommend this page to a friend!
  All class groups  >  All authors  >  Classes of Jeetendra Singh (1)  >  Mission progress status  >  Reputation  
Picture of Jeetendra Singh
Name: Jeetendra Singh <contact>
Classes: 1
Country: India India
Age: ???
All time rank: 4335297 in India India
Week rank: 195 Up19 in India India Up
All time users: 129
Week users: 0
 

 

  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
  Files folder image PHP Cache Page Content  
Cache the output of Web pages in files
This class can cache the output of Web pages in files.

It takes the URL of the current page and checks if there is already a cache file with the page contents.

If the cache file exists and is not expired, the class serves the cache file contents.

Otherwise the class start output buffering capture so the page output can be stored in a cache file.

It is a Url base cache system based on output buffereing for php server and it is very useful for speeding up any websites ,and all of the configuration can be passed to constructor for overriding the default value like cache time ,cache folder name.


  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z