Uses of Class
org.infinispan.query.core.impl.QueryCache
Packages that use QueryCache
Package
Description
Query-core implementation.
Continuous query implementation.
Filters based on Ickle queries.
-
Uses of QueryCache in org.infinispan.query.core.impl
Fields in org.infinispan.query.core.impl declared as QueryCacheModifier and TypeFieldDescriptionprotected final QueryCacheQueryEngine.queryCacheOptional cache for internal intermediate query objects, to save some query parsing. -
Uses of QueryCache in org.infinispan.query.core.impl.continuous
Fields in org.infinispan.query.core.impl.continuous declared as QueryCacheModifier and TypeFieldDescriptionprotected QueryCacheIckleContinuousQueryCacheEventFilterConverter.queryCacheOptional cache for query objects. -
Uses of QueryCache in org.infinispan.query.core.impl.eventfilter
Methods in org.infinispan.query.core.impl.eventfilter with parameters of type QueryCacheModifier and TypeMethodDescriptionprotected voidIckleFilterAndConverter.injectDependencies(org.infinispan.factories.ComponentRegistry componentRegistry, QueryCache queryCache) Acquires a Matcher instance from the ComponentRegistry of the given Cache object.