An open API service indexing awesome lists of open source software.

https://github.com/mybatis/memcached-cache

MyBatis Memcached adapter
https://github.com/mybatis/memcached-cache

cache java

Last synced: 10 months ago
JSON representation

MyBatis Memcached adapter

Awesome Lists containing this project

README

          

MyBatis Memcached Extension
===========================

[![Java CI](https://github.com/mybatis/memcached-cache/actions/workflows/ci.yaml/badge.svg)](https://github.com/mybatis/memcached-cache/actions/workflows/ci.yaml)
[![Coverage Status](https://coveralls.io/repos/mybatis/memcached-cache/badge.svg?branch=master&service=github)](https://coveralls.io/github/mybatis/memcached-cache?branch=master)
[![Maven central](https://maven-badges.herokuapp.com/maven-central/org.mybatis.caches/mybatis-memcached/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.mybatis.caches/mybatis-memcached)
[![Sonatype Nexus (Snapshots)](https://img.shields.io/nexus/s/https/oss.sonatype.org/org.mybatis.caches/mybatis-memcached.svg)](https://oss.sonatype.org/content/repositories/snapshots/org/mybatis/caches/mybatis-memcached/)
[![License](https://img.shields.io/:license-apache-brightgreen.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)

![mybatis-memcached](https://mybatis.org/images/mybatis-logo.png)

MyBatis-Memcached extension Memcached support for MyBatis Cache.

Essentials
----------

* [See the docs](https://mybatis.org/memcached-cache/)

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