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 run a php script?
What are the steps involved to run php?
How to get ip address of a server in php?
Explain NULL?
What is default session time and path in PHP. How to change it?
What is varchar mysql?
How do I stop php artisan serve in windows?
Do csrf tokens expire?
What is the use of $_server and $_env?
What is traits? How it is used in php?
Is strcmp case sensitive?
What is the difference between characters 34 and x34?
Does wordpress run on php 7?
What is the difference server side and browser side validation?
How do I escape in php?