0 votes
in MemCached by
edited by
In which case memcache cannot retain the stored information?

1 Answer

0 votes
by

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.

Related questions

0 votes
asked Jun 9, 2020 in MemCached by DavidAnderson
0 votes
asked Jun 9, 2020 in MemCached by DavidAnderson
...