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
List functions available to sort an php array?
What are constructor and destructor in PHP?
What's the difference between accessing a class method via -> and via ::?
What are string functions?
How to reset/destroy a cookie?
Define about declare construct?
Write a program to find the factorial of a number in php?
How to include variables in double-quoted strings?
What is the use of addslashes in php?
Why many companies are switching their current business language to php? Where php basically used?
How to concatenate two strings in php?
Which function is used to read a single character from a file in PHP.
What are the uses of explode() function?
Tell me what is the actually used php version?
Do you know what is the use of the function 'imagetypes()'?