Ehcache JCache Implementation

Ehcache's wrapper implementation of JSR107 - JCACHE.

License

License

Categories

Categories

Ehcache Data Caching
GroupId

GroupId

org.ehcache
ArtifactId

ArtifactId

jcache
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

Ehcache JCache Implementation
Ehcache's wrapper implementation of JSR107 - JCACHE.
Project Organization

Project Organization

Terracotta

Download jcache

How to add to project

<!-- https://jarcasting.com/artifacts/org.ehcache/jcache/ -->
<dependency>
    <groupId>org.ehcache</groupId>
    <artifactId>jcache</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.ehcache/jcache/
implementation 'org.ehcache:jcache:1.0.1'
// https://jarcasting.com/artifacts/org.ehcache/jcache/
implementation ("org.ehcache:jcache:1.0.1")
'org.ehcache:jcache:jar:1.0.1'
<dependency org="org.ehcache" name="jcache" rev="1.0.1">
  <artifact name="jcache" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ehcache', module='jcache', version='1.0.1')
)
libraryDependencies += "org.ehcache" % "jcache" % "1.0.1"
[org.ehcache/jcache "1.0.1"]

Dependencies

compile (3)

Group / Artifact Type Version
net.sf.ehcache : ehcache jar 2.8.3
javax.cache : cache-api jar 1.0.0
org.slf4j : slf4j-api jar 1.6.1

provided (1)

Group / Artifact Type Version
javax.transaction : jta jar 1.1

test (2)

Group / Artifact Type Version
junit : junit jar 4.8.2
log4j : log4j jar 1.2.16

Project Modules

There are no modules declared in this project.

Ehcache-JCache For Ehcache 2.x.

Important: This project isn't maintained anymore as Ehcache 2.x will slowly retire. Please consider migrating to Ehcache 3.x which has built-in JSR107 support.

About

ehcache-jcache is a full implementation of the API and SPI from JSR-107 (aka JCache). It provides a wrapper around an Ehcache cache that allows allows you to use Ehcache as the caching provider using only JSR-107 APIs.

More detailed information about how to use this is found under the ehcache-jcache module

Modules

  • ehcache-jcache This contains the ehcache-jcache implementation
  • jcache-tck-runner This runs the JSR107 TCK suite against the ehcache-jcache implementation to verify compliance with the spec.

Build

  • Just run the following command line (provided you have maven 3 already installed) :

    mvn clean install

  • You may want to disable the run-tck profile (if you don't have the TCK in your local maven repository since it's not published to a maven repository) :

    mvn clean install -P -run-tck

  • Current build status: Build Status

Build Status

Development

Active development of the ehcache-jcache module follows changes to the spec. There will be no attempt to maintain backwards compatibility between release versions; the focus of each release will be compliance with the latest JSR107 spec.

Release

Following releases of the JSR107 spec APIs, an updated release milestone will be released and the latest stable release code will sit on the master branch of the ehcache-jcache github repository.

Issue tracker

Please log issues to: https://github.com/Terracotta-OSS/ehcache-jcache/issues

License

This software is provided under an Apache 2 open source license, read the LICENSE.txt file for details.

Contributors

This free, open source software was made possible by Terracotta, Inc.. See the CONTRIBUTORS.markdown file for details.

Copyright

Copyright (c) Terracotta

Using it

Maven

Releases are available from Maven Central.

Snapshots are available from the Sonatype OSS snapshot repository. In order to access the snapshots, you need to add the following repository to your pom.xml:

<repository>
    <id>sonatype-nexus-snapshots</id>
    <name>Sonatype Nexus Snapshots</name>
    <url>https://oss.sonatype.org/content/repositories/snapshots</url>
    <releases>
        <enabled>false</enabled>
    </releases>
    <snapshots>
        <enabled>true</enabled>
    </snapshots>
</repository>
org.ehcache

Terracotta Open Source Community

A collection of FOSS projects from Terracotta (http://www.terracotta.org). See also github.com/ehcache , github.com/quartz-scheduler

Versions

Version
1.0.1
1.0.0