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 correct and the most two common way to start and finish a php block of code?
What is trim codeigniter?
Can we use get instead of post?
What is php crud api?
How the web server interprets php and interacts with the client?
Binary tree question - Node has numeric data (int) The function takes depth as argument and sum all the value of the node of the depth. For instance, (0) depth 0 / \ 10 20 depth 1 / \ / \ 40 50 60 70 depth 2 so if you pass get_sum(2), you would return 220 which is 40+50+60+70 (sum of depth2) write the function.
Which php mvc framework is best?
What are the two most common ways to start and finish a php block of code?
What are the steps for the payment gateway processing?
Is jquery better than javascript?
What is difference between sql and php?
What is "print" in php?
What is boolean in php?
Why is overriding runtime?
How do I stop php artisan serve in windows?