How do Memcached works?

devquora
devquora

Posted On: Feb 22, 2018

 

Memcached works in simultaneous ways:
  • Gets the details of the user, browser by sending the request to an application
  • Application calls for the Memcached for a particular user
  • If Result is found in Memcached, Return the result from Memcached
  • If no Result is found in Not Memcached, the Application send the request to the database and saves the same in Memcached.
  • Each Memcached have one unique key
  • On the behalf of the key Get/Set the data works
  • Allows you to delete one or more keys
  • Allows you to assign tags to one or more keys

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Memcached Interview Questions

    What is Memcached?

    Memcached is an open-source, high-performance, distributed memory object that speeds-up data-driven websites by caching..

    Memcached Interview Questions

    What is the language of Memcached and who is the author?

    Memcached is written in C language and the author of the same is Danga Interactive...

    Memcached Interview Questions

    What is the best use of Memcached?

    The best uses of Memcached are: Easy to install in Windows and Unix operating system All the major languages like Java,..