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
How to redirect https to http url through .htaccess?
Explain how we can retrieve the data in the result set of mysql using php?
What are the steps involved to run php?
Does php 7 support mysql?
Is php session id unique?
How to convert a string to lowercase in php?
What are major variables in research?
What is difference between array_merge and array_combine in php?
What enctype is required for file uploads to work?
Tell me how to find the position of the first occurrence of a substring in a string?
How to register a variable in PHP session?
What is the use of stripslashes in php?
Explain me is it possible to destroy a cookie?
How to remove values saved in the current session?
How to call javascript function in php on button click?