How to update memcached when you make changes to php?
Answer / Pukhraj Singh
To update Memcached in PHP, you usually don't need to do anything explicitly. Changes made to data stored in Memcached will automatically be updated if the same key is used for retrieval. However, if you want to force an update, you can use the touch() or delete_items() functions.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is final keyword in php?
What are the difference between array_keys() and array_key_exists() in php?
What is a variable cost example?
Why do we use htaccess and where?
Does php have a future?
What is a php tag?
Explain me the difference between include and require?
What are php keywords?
What is the difference between myisam and innodb?
How can you "tell" MySQL server to cache a query?
Tell me what type of operation is needed when passing values through a form or an url?
Can anyone explain about join?