1.

How Memcached Works?

Answer»

See the following steps to understand how Memcached works:

  1. Memcached first try to get the detail of user, Browser send the request to APPLICATION.
  2. Application calls the Memcached for particular user.
  3. If Result FOUND in Memcached, Return the result from Memcached.
  4. If Result Not found in Memcached, Application sends the request to DATABASE and save the result in memcached.
  5. Each Memcached have one unique key.
  6. Get/Set the data works on the behalf of key.
  7. you can also delete one or more KEYS.
  8. You can also assign tags to one/more keys.

See the following steps to understand how Memcached works:



Discussion

No Comment Found