| Package | Description |
|---|---|
| org.datanucleus.cache |
This package provides classes implementing caching within DataNucleus.
|
| org.datanucleus.store.query |
Package providing implementation of query language support for datastores.
|
| org.datanucleus.store.query.cache |
Package providing definition of caching for queries.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JavaxCacheQueryResultCache
Implementation of a query results cache using javax.cache (v0.3+) interface.
|
| Modifier and Type | Method and Description |
|---|---|
QueryResultsCache |
QueryManager.getQueryResultsCache() |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractQueryResultsCache
Abstract representation of a query results cache for the query.
|
class |
SoftQueryResultsCache
Soft-reference implementation of a query results cache.
|
class |
StrongQueryResultsCache
Strong-reference implementation of a query results cache.
|
class |
WeakQueryResultsCache
Weak-reference implementation of a query results cache.
|
Copyright © 2013. All Rights Reserved.