Uses of Interface
org.eclipse.rdf4j.spring.resultcache.ResultCache
Packages that use ResultCache
-
Uses of ResultCache in org.eclipse.rdf4j.spring.resultcache
Classes in org.eclipse.rdf4j.spring.resultcache that implement ResultCacheMethods in org.eclipse.rdf4j.spring.resultcache with parameters of type ResultCacheModifier and TypeMethodDescriptionvoid
ResultCachingGraphQuery.renewLocalResultCache(ResultCache<Integer,ReusableGraphQueryResult> localGraphQueryResultCache)
void
ResultCachingTupleQuery.renewLocalResultCache(ResultCache<Integer,ReusableTupleQueryResult> localResultCache)
Constructors in org.eclipse.rdf4j.spring.resultcache with parameters of type ResultCacheModifierConstructorDescriptionResultCachingGraphQuery(GraphQuery delegate, ResultCache<Integer,ReusableGraphQueryResult> localResultCache, ResultCache<Integer,ReusableGraphQueryResult> globalResultCache, ResultCacheProperties properties)
ResultCachingTupleQuery(TupleQuery delegate, ResultCache<Integer,ReusableTupleQueryResult> localResultCache, ResultCache<Integer,ReusableTupleQueryResult> globalResultCache, ResultCacheProperties properties)