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
- Host: GitHub
- URL: https://github.com/mybatis/memcached-cache
- Owner: mybatis
- License: apache-2.0
- Created: 2013-02-12T20:49:47.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2025-03-14T19:59:13.000Z (11 months ago)
- Last Synced: 2025-04-04T03:04:35.329Z (10 months ago)
- Topics: cache, java
- Language: Java
- Homepage:
- Size: 1.76 MB
- Stars: 72
- Watchers: 27
- Forks: 81
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
MyBatis Memcached Extension
===========================
[](https://github.com/mybatis/memcached-cache/actions/workflows/ci.yaml)
[](https://coveralls.io/github/mybatis/memcached-cache?branch=master)
[](https://maven-badges.herokuapp.com/maven-central/org.mybatis.caches/mybatis-memcached)
[](https://oss.sonatype.org/content/repositories/snapshots/org/mybatis/caches/mybatis-memcached/)
[](https://www.apache.org/licenses/LICENSE-2.0.html)

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