Caching class

by Sitebase

With cacheblocks you can cache html/strings/arrays and object in files on your server. This will decrease execution time and server load dramatically. With this script you easily can make your PHP scripts 50% faster by caching SQL results, big arrays or for example HTML tables that contain dynamic content. This class can do caching in two manners.

The first can be used to cache PHP arrays/objects and strings. This can for example be used to cache big data arrays from the database, so your database doesn’t need to execute big SQL queries on every page visit.

The second manner is caching data between 2 points. You start caching on one point in your code and stop it later on in the code. All data that is parsed to the browser between that start and stop point will be cached. This can for example be used to cache html parts of your website.

Features

  • Cache PHP arrays/objects/strings
  • Cache HTML
  • Faster website loading
  • Set refresh every x seconds for each cached part
  • Drop CPU utilization

$7

Prepaid customers
pay just $5 - how? Prepay Your Account With our deposit system not only will purchasing be much faster, but we’ll also take $2 off the price! Click Here to Deposit Price

You must sign in or sign up to purchase this item.

12345 ( 17 ratings )

Purchase 97 purchases

File Types Included
PHP
Item Attributes
Created 9 November 09
PHP Version 5.x
MySQL Version N/A
Compatible Browsers FireFox 2, FireFox 3, IE6, IE7, IE8, Safari
ThemeForest Files Included N/A
PHP Files Included PHP
PHP Framework N/A