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 is the use of preg_match in php?
What is php namespace?
How to track user logged out or not? When user is idle?
Is it more secure to use cookies to transfer session ids?
Which is best framework for php?
What is isset in php form?
How can you retrieve a cookie value?
What is the difference between die () and exit () in php?
How to enable parsing?
Does php pass arrays by reference?
What is variable function php?
How to execute an sql query? How to fetch its result?
How could I install codeignitor ?
What are the uses of implode() function?
How to find a substring from a given string in php?