PHPackages                             mesingh/phpfastcache - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Caching](/categories/caching)
4. /
5. mesingh/phpfastcache

ActiveLibrary[Caching](/categories/caching)

mesingh/phpfastcache
====================

A working fork of PHP Fast Chache library

1730PHP

Since Oct 18Pushed 12y ago1 watchersCompare

[ Source](https://github.com/DepreBot/phpfastcache)[ Packagist](https://packagist.org/packages/mesingh/phpfastcache)[ RSS](/packages/mesingh-phpfastcache/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Simple Yet Powerful PHP Caching Class
-------------------------------------

[](#simple-yet-powerful-php-caching-class)

More information at One Class uses for All Cache. You don't need to rewrite your code many times again. Supported: Files, MemCache, MemCached, APC, WinCache, X-Cache, PDO with SQLite

---

Reduce Database Calls

Your website have 10,000 visitors who are online, and your dynamic page have to send 10,000 same queries to database on every page load. With phpFastCache, your page only send 1 query to DB, and use the cache to serve 9,999 other visitors.

```
