Package org.datanucleus.store.query.cache
package org.datanucleus.store.query.cache
Package providing definition of caching for queries.
Defines an interface to be implemented by any plugins providing query caching.
Provides some simple implementations.
-
ClassDescriptionAbstract representation of a query results cache for the query based on a map.Abstract representation of a cache of generic query compilations.Abstract representation of a query compilation cache for the query specific to the datastore.Root implementation of a query results cache, providing provessing of common persistence properties.Query compilation cache using javax.cache for implementation.Query compilation (datastore) cache using javax.cache for implementation.Implementation of a query results cache using javax.cache (v0.3+) interface.Cache for query compilations (generic).Cache for query compilations (datastore-specific).Cache for query results.Soft-reference implementation of a generic query compilation cache.Weak-referenced implementation of datastore query compilation cache.Soft-reference implementation of a query results cache.Strong-reference implementation of a generic query compilation cache.Strong-referenced implementation of datastore query compilation cache.Strong-reference implementation of a query results cache.Weak-reference implementation of a generic query compilation cache.Weak-referenced implementation of datastore query compilation cache.Weak-reference implementation of a query results cache.