See: Description
| Interface | Description |
|---|---|
| QueryCompilationCache |
Cache for query compilations (generic).
|
| QueryDatastoreCompilationCache |
Cache for query compilations (datastore-specific).
|
| QueryResultsCache |
Cache for query results.
|
| Class | Description |
|---|---|
| AbstractMapQueryResultsCache |
Abstract representation of a query results cache for the query based on a map.
|
| AbstractQueryCompilationCache |
Abstract representation of a cache of generic query compilations.
|
| AbstractQueryDatastoreCompilationCache |
Abstract representation of a query compilation cache for the query specific to the datastore.
|
| AbstractQueryResultsCache |
Root implementation of a query results cache, providing provessing of common persistence properties.
|
| JavaxCacheQueryCompilationCache |
Query compilation cache using javax.cache for implementation.
|
| JavaxCacheQueryDatastoreCompilationCache |
Query compilation (datastore) cache using javax.cache for implementation.
|
| JavaxCacheQueryResultCache |
Implementation of a query results cache using javax.cache (v0.3+) interface.
|
| SoftQueryCompilationCache |
Soft-reference implementation of a generic query compilation cache.
|
| SoftQueryDatastoreCompilationCache |
Weak-referenced implementation of datastore query compilation cache.
|
| SoftQueryResultsCache |
Soft-reference implementation of a query results cache.
|
| StrongQueryCompilationCache |
Strong-reference implementation of a generic query compilation cache.
|
| StrongQueryDatastoreCompilationCache |
Strong-referenced implementation of datastore query compilation cache.
|
| StrongQueryResultsCache |
Strong-reference implementation of a query results cache.
|
| WeakQueryCompilationCache |
Weak-reference implementation of a generic query compilation cache.
|
| WeakQueryDatastoreCompilationCache |
Weak-referenced implementation of datastore query compilation cache.
|
| WeakQueryResultsCache |
Weak-reference implementation of a query results cache.
|
Copyright © 2019. All rights reserved.