https://github.com/datanucleus/datanucleus-cache
DataNucleus support for third party caching products
https://github.com/datanucleus/datanucleus-cache
cacheonix coherence ehcache memcached redis
Last synced: 5 months ago
JSON representation
DataNucleus support for third party caching products
- Host: GitHub
- URL: https://github.com/datanucleus/datanucleus-cache
- Owner: datanucleus
- Created: 2013-12-06T08:21:05.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2022-06-25T14:27:43.000Z (over 3 years ago)
- Last Synced: 2025-07-07T05:59:09.073Z (6 months ago)
- Topics: cacheonix, coherence, ehcache, memcached, redis
- Language: Java
- Size: 187 KB
- Stars: 2
- Watchers: 5
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
datanucleus-cache
=================
DataNucleus support for third-party caching products. This includes memcached, EHCache (not javax.cache), Redis, and Cacheonix.
Note that this plugin is for caching products that do NOT implement the javax.cache standardised API.
Support for javax.cache API products is included in datanucleus-core.
This is built using Maven, by executing `mvn clean install` which installs the built jar in your local Maven repository.
KeyFacts
--------
__License__ : Apache 2 licensed
__Issue Tracker__ : http://github.com/datanucleus/datanucleus-cache/issues
__Javadocs__ : [5.1](http://www.datanucleus.org/javadocs/cache/5.1/), [5.0](http://www.datanucleus.org/javadocs/cache/5.0/), [4.0](http://www.datanucleus.org/javadocs/cache/4.0/)
__Download(Releases)__ : [Maven Central](http://central.maven.org/maven2/org/datanucleus/datanucleus-cache)
__Download(Nightly)__ : [Nightly Builds](http://www.datanucleus.org/downloads/maven2-nightly/org/datanucleus/datanucleus-cache)
__Dependencies__ : See file [pom.xml](pom.xml)