PHP Classes
elePHPant
Icontem

PHP Cache Page Content: Cache the output of Web pages in files

Recommend this page to a friend!
  Info   View files Example   View files View files (4)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog    
Last Updated Ratings Unique User Downloads Download Rankings
2015-11-17 (11 months ago) RSS 2.0 feedNot yet rated by the usersTotal: 120 This week: 1All time: 8,381 This week: 1,047Up
Version License PHP version Categories
caching-class-php 1.0GNU General Publi...5.0PHP 5, Files and Folders, Cache
Description Author

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.

Picture of Jeetendra Singh
Name: Jeetendra Singh <contact>
Classes: 1 package by
Country: India India

Details

php-cache-class

created a custom class for achieve cache system using php

  Files folder image Files  
File Role Description
Plain text file cache.class.php Class Class source
Accessible without login Plain text file example.php Example Example script
Accessible without login Plain text file LICENSE Data Auxiliary data
Accessible without login Plain text file README.md Data Auxiliary data

 Version Control Unique User Downloads Download Rankings  
 100%
Total:120
This week:1
All time:8,381
This week:1,047Up