online marketing

Posts Tagged 'Cached'

PHP Cached

Posted by admin on December 10 2009 Add Comments

PHPCached

By : Cesar D. Rodas
This class implements a memcache client in pure PHP.
It connects to a given memcache server and implements commands to set and get cached keys with a given name.
The class also supports storing and retrieving compressed key values.
Download :
http://www.ziddu.com/download/7309428/phpcached-2007-09-07.zip.html

CachedFastTemplate

Posted by admin on December 10 2009 Add Comments

CachedFastTemplate
By : Jesus M. Castagnetto
Simple class extending CDI’s Fastemplate Class (www.thewebmasters.net).
Implements methods to cache pages created from documents, allowing
different pages to have assigned different cache lifetimes.
GPL’ed code (see www.fsf.org)
It requires the FastTemplate package.
[UPDATE 2000-06-07] Modified the logic to decide the validity of a cached file
(thanks to Aaron Bush <abush@microcenter.com> for some of the code and [...]

Cached XSL

Posted by admin on December 10 2009 Add Comments

Cached XSL
By : Gregory
This class is around XSLT wrapper Sablotron XSL processor extension that added caching support to reduce the time necessary to process a XML file after the first time it is processed.
The caching support is based on the PEAR::Cache class.
Download :
http://www.ziddu.com/download/729364…07-10.zip.html

Cached TemplatEze

Posted by admin on December 10 2009 Add Comments

Cached TemplatEze

By : Gregory
This class is a fork of the TemplatEze variable replacement based template engine written originally by David Agar.
Here follows the list of added, removed or changed features:
+ Added Template Set support
+ Added perfomance measurement
+ Added Content Caching
+ Added Output Buffering
+ Added array assignment to assign() function
- Removed ‘Change Tag’ feature
- Removed Error [...]