is not current version
Last Version 3.1.0-incubating

org.apache.marmotta:ldcache-backend-ehcache 3.0.1

This module offers a backend that allows storing cache entries in an EHCache instance. The backend class is abstract and needs to be subclassed to provide the repository connection for the triples.

Categories

Categories

Ehcache Data Caching
GroupId

GroupId

org.apache.marmotta
ArtifactId

ArtifactId

ldcache-backend-ehcache
Version

Version

3.0.1
Type

Type

jar

Download ldcache-backend-ehcache 3.0.1


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