Google News
logo
Memcached - Interview Questions
In which conditions cache cannot retain the stored information?
The cache cannot retain the stored information in following conditions :

* When the allocated memory for the cache is exhausted.
* When an item from the cache is deleted.
* When an individual item in the cache is expired.
Advertisement