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

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

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)