die;
fi
set_memcached $name
echo $USE_MEMCACHED
if [ "$USE_MEMCACHED" = "no" ]; then
MEMCACHED_SERVERS=""
MEMCACHED_NAMESPACE=""
MEMCACHED_PREFIX=""
else
# Set template cache dir
if [ "$CLO_TEMPLATE_CACHE_DIR" != "" ]; then
-