sonata-project / cache

[Deprecated] Cache library
https://github.com/sonata-project/cache
MIT License
332 stars 29 forks source link

Make ApcCache flushAll method to clear both user & system cache types #10

Closed eko closed 10 years ago

eko commented 10 years ago

I've updated flushAll() method to make both apc_clear_cache('user') and apc_clear_cache() (system) cache types.

eko commented 10 years ago

@rande PR has been updated using return apc_clear_cache('user') && apc_clear_cache();