Eviction is the process of removing information entirely from memory for memcached buckets. The memcached system uses a least recently used (LRU) algorithm to remove data from the system entirely when it is no longer used.
Within a memcached bucket, LRU data is removed to make way for new data, with the information being deleted, since there is no persistence for memcached buckets.