Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
clear user cache when using APCStorage
right now the `clear()` method of APCStorage only clears the system cache. this only contains cached files and not the actual content that was placed there using this API. see details here: http://php.net/manual/en/function.apc-clear-cache.php
- Loading branch information