See: Description
Interface | Description |
---|---|
QueryDatastoreCompilationCache |
Cache for query compilations (datastore-specific).
|
QueryResultsCache |
Cache for query results.
|
Class | Description |
---|---|
AbstractQueryDatastoreCompilationCache |
Abstract representation of a query compilation cache for the query specific to the datastore.
|
AbstractQueryResultsCache |
Abstract representation of a query results cache for the query.
|
SoftQueryDatastoreCompilationCache |
Weak-referenced implementation of datastore query compilation cache.
|
SoftQueryResultsCache |
Soft-reference implementation of a query results cache.
|
StrongQueryDatastoreCompilationCache |
Strong-referenced implementation of datastore query compilation cache.
|
StrongQueryResultsCache |
Strong-reference implementation of a query results cache.
|
WeakQueryDatastoreCompilationCache |
Weak-referenced implementation of datastore query compilation cache.
|
WeakQueryResultsCache |
Weak-reference implementation of a query results cache.
|
Copyright © 2017. All rights reserved.