Class QueryExecutionExceptionCache

java.lang.Object
org.aksw.jenax.dataaccess.sparql.execution.query.QueryExecutionWrapperBase<org.apache.jena.query.QueryExecution>
org.aksw.jena_sparql_api.cache.core.QueryExecutionExceptionCache
All Implemented Interfaces:
AutoCloseable, QueryExecutionWrapper, org.apache.jena.query.QueryExecution

public class QueryExecutionExceptionCache extends QueryExecutionWrapperBase<org.apache.jena.query.QueryExecution>
  • Field Details

    • exceptionCache

      protected com.google.common.cache.Cache<String,Exception> exceptionCache
  • Constructor Details

    • QueryExecutionExceptionCache

      public QueryExecutionExceptionCache(org.apache.jena.query.QueryExecution decoratee, com.google.common.cache.Cache<String,Exception> exceptionCache)
  • Method Details