Uses of Interface
org.eclipse.rdf4j.spring.resultcache.ResultCache
-
Uses of ResultCache in org.eclipse.rdf4j.spring.resultcache
Modifier and TypeMethodDescriptionvoid
ResultCachingGraphQuery.renewLocalResultCache
(ResultCache<Integer, ReusableGraphQueryResult> localGraphQueryResultCache) void
ResultCachingTupleQuery.renewLocalResultCache
(ResultCache<Integer, ReusableTupleQueryResult> localResultCache) ModifierConstructorDescriptionResultCachingGraphQuery
(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)