jar

org.apache.marmotta : marmotta-ldcache-common

Maven & Gradle

Jun 12, 2018
3 usages
17 stars

Apache Marmotta Platform: Linked Data Caching (Common) · Provides common infrastructure for transparent Linked Data Caching in Marmotta. When a resource is queried using e.g. LDPath or SPARQL and it represents an external resource (e.g. on DBPedia or GeoNames), the resource is transparently fetched on demand and cached locally. This module contains the backend-independent services.

Table Of Contents

Latest Version

Download org.apache.marmotta : marmotta-ldcache-common JAR file - Latest Versions:

All Versions

Download org.apache.marmotta : marmotta-ldcache-common JAR file - All Versions:

Version Vulnerabilities Size Updated
3.4.x
3.3.x
3.2.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window marmotta-ldcache-common-3.4.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.apache.marmotta.platform.ldcache.api.ldcache

├─ org.apache.marmotta.platform.ldcache.api.ldcache.LDCacheSailProvider.class - [JAR]

org.apache.marmotta.platform.ldcache.webservices

├─ org.apache.marmotta.platform.ldcache.webservices.LinkedDataCachingWebService.class - [JAR]

org.apache.marmotta.platform.ldcache.api.endpoint

├─ org.apache.marmotta.platform.ldcache.api.endpoint.LinkedDataEndpointService.class - [JAR]

org.apache.marmotta.platform.ldcache.services.endpoint

├─ org.apache.marmotta.platform.ldcache.services.endpoint.LinkedDataEndpointServiceImpl.class - [JAR]

org.apache.marmotta.platform.ldcache.model.filter

├─ org.apache.marmotta.platform.ldcache.model.filter.LDCacheIgnoreFilter.class - [JAR]

├─ org.apache.marmotta.platform.ldcache.model.filter.MarmottaNotCachedFilter.class - [JAR]

org.apache.marmotta.platform.ldcache.logging

├─ org.apache.marmotta.platform.ldcache.logging.LDCacheLoggingModule.class - [JAR]

├─ org.apache.marmotta.platform.ldcache.logging.LDClientLoggingModule.class - [JAR]

Advertisement