Uses of Interface
org.datanucleus.store.query.cache.QueryResultsCache
Packages that use QueryResultsCache
Package
Description
Package providing query language support for datastores.
Package providing definition of caching for queries.
-
Uses of QueryResultsCache in org.datanucleus.store.query
Fields in org.datanucleus.store.query declared as QueryResultsCacheModifier and TypeFieldDescriptionprotected final QueryResultsCache
QueryManagerImpl.queryResultsCache
Cache for query results.Methods in org.datanucleus.store.query that return QueryResultsCacheModifier and TypeMethodDescriptionQueryManager.getQueryResultsCache()
Accessor for the query results cache.QueryManagerImpl.getQueryResultsCache()
-
Uses of QueryResultsCache in org.datanucleus.store.query.cache
Classes in org.datanucleus.store.query.cache that implement QueryResultsCacheModifier and TypeClassDescriptionclass
Abstract representation of a query results cache for the query based on a map.class
Root implementation of a query results cache, providing provessing of common persistence properties.class
Implementation of a query results cache using javax.cache (v0.3+) interface.class
Soft-reference implementation of a query results cache.class
Strong-reference implementation of a query results cache.class
Weak-reference implementation of a query results cache.