memcached-cache
memcached-cache copied to clipboard
MyBatis Memcached adapter
MyBatis Memcached Extension

MyBatis-Memcached extension Memcached support for MyBatis Cache.
Essentials
Releasing
To release this library, use the maven release plugin. If no memcache installed ensure to set the following profile -PnoTest.
Typical maven release is done as follows where tests ignored.
mvn release:clean mvn release:prepare -PnoTest mvn release:perform -PnoTest