sqlCache API Library

Posted by admin on December-10-2009 Add Comments

Bookmark and Share


sqlCache API Library

By : Dmitry Sheiko

This package can be used to cache the results of SQL database query results in files.

The idea is to increase database application performance by avoided to access databases to retrieve the results of queries being executed repeatedly.

This package provides an API that encapsulates the execution and caching of SQL database queries that maybe executed by several types of database APIs. Currently it supports supports AdoDB and PHPBB DAL.

The package stores cached result sets in files and one table of the database for indexing.

Download :
http://www.ziddu.com/download/7309638/sqlcache-2005-10-24.zip.html

Post a Comment

You must be logged in to post a comment.