List different type of cache cakephp supports?
Answer / Nitesh Kumar Singh
CakePHP supports various types of caching such as File Cache, APC Cache, Memcached Cache, XCache, Wincache, and database-based caching. The type of cache to use depends on your server setup.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do I set up cakephp?
How to fetch data from database in cakephp?
What is name of default function and controller of cakephp which is called automatically?
List types of association supported by cakephp?
What are sessions in php.
What is the use of requestaction method?
How to install cakephp?
What is the use of $this->set();
Explain the callback functions in cakephp?
What are are drawbacks of cakephp.
What is cakephp used for?
Which function is executed before every action in the controller?