Is zend_cache provides a generic way to cache any data?
Answer Posted / Samir Kumar
Yes, Zend_Cache in the Zend Framework is a generic caching system that can be used to store and retrieve various types of data. It supports multiple cache storage backends, such as file system, database, and memcached.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers