PHP·98 questions

How to cache data?

Answer
APCu — in memory.
Memcached — distributed.
Redis — persistent.
File cache — simple.
Symfony Cache — abstraction.
Was this answer helpful?

More questions in this topic

Related questions from other topics