MXCache is a Nginx module providing connection with Memcached using asynchronous Nginx events.
This module is used by our XXSLT and XSLT2 modules.
It provides simple API which could be used in your own module. Details available in documentation section.
Put all sources to correct directories: (*.c, *.h, config)
When compiling from source use standard -add-module option as below:
./configure --add-module=src/http/modules/mxcache
After configure simply compile and install nginx from terminal:
make make install
MXCache Module: