Junior PHP Developer Question:
Download Job Interview Questions and Answers PDF
How to update Memcached when you make changes to PHP?
Answer:
When PHP changes you can update Memcached by
• Clearing the Cache proactively: Clearing the cache when an insert or update is made
• Resetting the Cache: It is similar to the first method but rather than just deleting the keys and waiting for the next request for the data to refresh the cache, reset the values after the insert or update.
• Clearing the Cache proactively: Clearing the cache when an insert or update is made
• Resetting the Cache: It is similar to the first method but rather than just deleting the keys and waiting for the next request for the data to refresh the cache, reset the values after the insert or update.
Download Junior PHP Developer Interview Questions And Answers
PDF
Previous Question | Next Question |
Do you know what does $GLOBALS means? | Explain what does the unset() function means? |