11211Memcache_serversmemcache.inc - Part of the Memcached module that pulls all configuration and connection data into objects that can be used by the module. This is the heart of the storage implementation.dmemcache.inc - Plugs in to the PECL Memcached extension, and performs the following tasks, in order:Dmemcache_get takes the full key name, and then generates a new dmemcache_object.On Acquia’s hosting platform, Memcached is configured to save items of up to 1MB in size. Starting with Memcache 7.x-1.5, the module includes the ability to take objects larger than 1MB and then break them into smaller, equal objects (called multi-part data). One method to determine that this has occurred is when you see the string _multi in your Memcached item’s key. Here is a key from a random website’s slab 42 (which contains items ranging in size between 754KB and 1MB):
ITEM randomcustomer_-cache_views_data-randomcustomer_-cache-_multi5-randomcustomer_user_c ontent%253Apanel_pane_1%253A7ece55917020be962b0b81f576f55022%253Aresults%253A924f8f375f1b9cd3431700faf3acd15d [776277 b; 1478647027 s]The end result is an object (a panel pane) being saved to Memcached that is approximately 5MB.
If this content did not answer your questions, try searching or contacting our support team for further assistance.
If this content did not answer your questions, try searching or contacting our support team for further assistance.