Login
Remember
Register
Ask a Question
In which case memcache cannot retain the stored information?
0
votes
asked
Jun 8, 2020
in
MemCached
by
JackTerrance
edited
Jun 15, 2022
by
sharadyadav1986
In which case memcache cannot retain the stored information?
#memcached
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jun 15, 2022
by
sharadyadav1986
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.
...