What is mem_cache ? How do you put a database query into that ?
Answer Posted / abhilash
It acts as a support module for mod_cache and provides a
memory based storage manager. mod_mem_cache can be
configured to operate in two modes: caching open file
descriptors or caching objects in heap storage.
mod_mem_cache is most useful when used to cache locally
generated content or to cache backend server content for
mod_proxy
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What does php mean?
Can we use php variable in javascript?
Do you know what is use of count() function in php?
Which is not a php magic constant?
Explain how can we execute a php script using command line?
What is composer install?
What is faster?
What is php sequence?
How to find length of an array in php ?
Explain how you can update memcached when you make changes to php?
What does $_server means?
How does php server work?
What is escape data in php?
What is the different between count() and sizeof() in php?
What are the correct and the most two common way to start and finish a PHP block of code?