Search:

Search all manuals
Search this manual
Manual
Couchbase Server Manual 1.8
Additional Resources
Community Wiki
Community Forums
Couchbase SDKs
Parent Section
1.3 Architecture and Concepts
Chapter Sections
Chapters

1.3.9. Eviction

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.

Important

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.