/memcached-cache

MyBatis Memcached adapter

Primary LanguageJavaApache License 2.0Apache-2.0

MyBatis Memcached Extension

Java CI Coverage Status Maven central Sonatype Nexus (Snapshots) License

mybatis-memcached

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