How many types of caches does cakephp support? Explain
Answer / 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 |
Explain the difference between beforerender() and beforefilter() in cakephp?
What are component, helper and why are they used?
Explain cakephp?
How can you make urls search engine friendly while using cakephp?
What is the default extension of view files in cakephp?can we change it?if yes then how?
How we can get current url in cakephp?
What are the advantages of each?which would you use and why?
Explain the difference between component, helper, behavior in cakephp?
What is the first file that gets loaded when you run a application using cakephp?can you change that file?
What is the default extension of view files?
How to api integration in cakephp 3
How many types of caches does cakephp support? Explain