How many types of caches does cakephp support? Explain
Answer Posted / Neeraj Chaudhary
CakePHP supports three types of caches: File cache, APC cache, and Memcache. The file cache writes data to the file system and is the default type. The APC cache uses the Alternative PHP Cache extension, which needs to be installed separately on your server, while the Memcache cache uses a memcached daemon for caching.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category