tedious / Stash

The place to keep your cache.
http://www.stashphp.com
BSD 3-Clause "New" or "Revised" License
961 stars 133 forks source link

Added APCU driver #282

Closed matesko closed 8 years ago

matesko commented 8 years ago

APC is not recommended for newer PHP versions so here is APCu driver, also added Xcache driver

tedivm commented 8 years ago

APCu is already being used by the APC driver in the dev-v1.0.0 branch.