How to update memcached when you make changes to php?



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

Post New Answer

More PHP Interview Questions

What is final keyword in php?

1 Answers  


What are the difference between array_keys() and array_key_exists() in php?

1 Answers  


What is a variable cost example?

1 Answers  


Why do we use htaccess and where?

1 Answers  


Does php have a future?

1 Answers  


What is a php tag?

1 Answers  


Explain me the difference between include and require?

1 Answers  


What are php keywords?

1 Answers  


What is the difference between myisam and innodb?

1 Answers  


How can you "tell" MySQL server to cache a query?

2 Answers  


Tell me what type of operation is needed when passing values through a form or an url?

1 Answers  


Can anyone explain about join?

3 Answers  


Categories