Posts Tagged 'Cache'

Nen Cache

Posted by admin on December 10 2009 Add Comments

Nen Cache

By : Nendoke
This class can be used to cache the output of PHP generated pages in files.
It can capture the output of a PHP script section and cache it by storing the output in files.
The output data is cached for a given timeout period. While the cache does not expire, the data is retrieved [...]

My Cache

Posted by admin on December 10 2009 Add Comments

MyCache

By : Payam
This class can be used to cache the output of a script in a file.
If a cache file does not exist or is not up to date, the class capture the output of the current script and caches it for a given amount of time.
Next time the same cache file is accessed it [...]

MultiCache library

Posted by admin on December 10 2009 Add Comments

MultiCache library

By : Vadym Timofeyev
This package can be used to cache data in files or memcached server.
It provides a base generic caching class and sub-classes to store cached data in files or in a memcached server.
The class can associate unique cache keys with cached data.
The cached data may expire after an optional expiry time. The [...]

Multi Cache

Posted by admin on December 10 2009 Add Comments

multiCache

By : Emilis Dambauskas
Easy to use general purpose runtime cache for static variables and objects.
Download :
http://www.ziddu.com/download/7309230/multicache-2002-08-20.zip.html

mb cache

Posted by admin on December 10 2009 Add Comments

By : James Blond
This class can be used to cache page content output in files.
It can check if a cache file for the current page exists and whether it is still valid.
If the cache file does not exist or it is expired, the class starts capturing the current page output and stores it the cache [...]

Image Cache System

Posted by admin on December 10 2009 Add Comments

Image Cache System

By : Daniel Kanaan
This package can be used to store and retrieve images in a MySQL database.
The images are cached in temporary disk files to avoid database access overhead.
It can store uploaded images keeping the original size or resized to a given width and height.
It can also create cache files in a given [...]

Gimme Cache

Posted by admin on December 10 2009 Add Comments

gimmeCache

By : Sam Yapp
This class provides a simple interface for cacheing all or just code intensive parts of a script. It can cache to files or to a mysql database. Includes workarounds for caching pages with session information etc.
This speeds up the serving of your web pages, especially when used to cache big, ugly time-consuming [...]

File cache class

Posted by admin on December 10 2009 Add Comments

File cache class
By : Manuel Lemos
Class that can cache arbitrary data in files in order to reduce the time necessary to regenerate pages or other types of data that does not change every time it is requested.
It features:
- Safe locking of cache files to avoid data corruption caused by simultaneous accesses during cache file updates.
- [...]

File Cache

Posted by admin on December 10 2009 Add Comments

File Cache
By : Stanislav Chervenkov
This class can be used to store and retrieve generic data in cache files.
It can check if a given variable is already stored in a cache file and retrieve its value if it exists and the cache file did not expire.
Otherwise the class can create a new cache file to store [...]

Content cache class

Posted by admin on December 10 2009 Add Comments

Content cache class
By : Szilágyi Gábor
This class can be used to cache content in files.
It checks whether a given cache file exists. If it exists and is not expired, the class returns the cache file contents. If it has expired, the class removes the cache file.
If the cache file does not exist, the class can [...]