a free page and give it the needed class. If there are no more free pages: the LRU kicks in and evicts data. Each slab class has its own LRU! " If your data needs class 3 and: - there are no free pages - all class 3 pages are full - some class 4 pages have free chunks Data in a class 3 page will still be evicted.
of 10 books) PAGINATED CACHE 2. Store each chunk as a separate object in memcached 3. Store the list of keys To fetch the data, fetch the list of keys, iterate through it, and concatenate all fetched lists.