Tagged: output cache in zend

5

Example of Output Cache in Zend

To see how Page Cache works in zend . Here are the steps to implement Page Cache in Zend. Step 1: Create a folder named “Cache” in your application public folder . Provide 777...

2

What is Caching and Cache implementation in Zend

Optimization is one of the great thing for making an web application much faster.Although there are various way of optimization .Caching is one of the most efficient  way of optimization of web application. In...