PHPackages                             quietasice/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. quietasice/phpfastcache

ActiveLibrary[Caching](/categories/caching)

quietasice/phpfastcache
=======================

PHP Cache Class - Supported Redis, Cookie, Predis, APC, MemCached, WinCache, Files, PDO, Reduce mySQL Call by Caching

3.0.24(10y ago)01.3kMITPHPPHP &gt;=5.1.0

Since Feb 24Pushed 10y ago1 watchersCompare

[ Source](https://github.com/quietasice/phpfastcache)[ Packagist](https://packagist.org/packages/quietasice/phpfastcache)[ Docs](http://www.phpfastcache.com)[ RSS](/packages/quietasice-phpfastcache/feed)WikiDiscussions final Synced 2mo ago

READMEChangelogDependenciesVersions (30)Used By (0)

[![Code Climate](https://camo.githubusercontent.com/339e363fafc783ea4b7ca9ee7f2fb15a780434747cf45d6028177df7e9c786ea/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f6b686f616f66676f642f7068706661737463616368652f6261646765732f6770612e737667)](https://codeclimate.com/github/khoaofgod/phpfastcache)

---

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: Redis, Predis, Cookie, 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.

```
