1*4882a593Smuzhiyunconfig BR2_PACKAGE_MEMCACHED 2*4882a593Smuzhiyun bool "memcached" 3*4882a593Smuzhiyun depends on BR2_TOOLCHAIN_HAS_THREADS 4*4882a593Smuzhiyun depends on BR2_USE_MMU # fork() 5*4882a593Smuzhiyun select BR2_PACKAGE_LIBEVENT 6*4882a593Smuzhiyun help 7*4882a593Smuzhiyun Memcached is an in-memory key-value store for small chunks 8*4882a593Smuzhiyun of arbitrary data (strings, objects) from results of 9*4882a593Smuzhiyun database calls, API calls, or page rendering. 10*4882a593Smuzhiyun 11*4882a593Smuzhiyun http://www.memcached.org/ 12*4882a593Smuzhiyun 13*4882a593Smuzhiyuncomment "memcached needs a toolchain w/ threads" 14*4882a593Smuzhiyun depends on !BR2_TOOLCHAIN_HAS_THREADS 15*4882a593Smuzhiyun depends on BR2_USE_MMU 16