What is mem_cache ? How do you put a database query into that ?
Answer Posted / karthi
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 ? | 2 Yes | 0 No |
Post New Answer View All Answers
Difference between array_combine and array_merge?
What is regular expression in javascript?
Which is the best web server?
Tell me how stop the execution of a php scrip?
What are access specifiers?
How we can get the number of elements in an array?
How to execute an sql query?
What is framework in php?
How to concatenate two strings together in php?
Does php support multithreading?
Why session is required?
What is mysqli_real_escape_string?
Can age be a variable?
Distinguish between urlencode and urldecode?
What are the functions to be used to get the image's properties (size, width and height)?