|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractCacheableDatasource.DatasourceResultCacheKeyBase | |
---|---|
com.gentics.api.lib.datasource | Package for datasource related classes and interfaces. |
Uses of AbstractCacheableDatasource.DatasourceResultCacheKeyBase in com.gentics.api.lib.datasource |
---|
Classes in com.gentics.api.lib.datasource that implement AbstractCacheableDatasource.DatasourceResultCacheKeyBase | |
---|---|
static class |
AbstractCacheableDatasource.DatasourceCountCacheKey
Datasource cache key for count statements. |
static class |
AbstractCacheableDatasource.DatasourceResultCacheKey
A simple cache key used for caching datasource results. |
Methods in com.gentics.api.lib.datasource that return AbstractCacheableDatasource.DatasourceResultCacheKeyBase | |
---|---|
protected AbstractCacheableDatasource.DatasourceResultCacheKeyBase |
AbstractCacheableDatasource.getCacheKey(String query,
Object[] objects,
int start,
int count,
Datasource.Sorting[] sortedColumns,
Map specificParameters)
Creates and returns the cache key for the given parameters. |
protected AbstractCacheableDatasource.DatasourceResultCacheKeyBase |
AbstractCacheableDatasource.getCacheKeyForCount(String query,
Object[] objects,
Map specificParameters)
Creates and returns a new cache key for a count statement. |
Methods in com.gentics.api.lib.datasource with parameters of type AbstractCacheableDatasource.DatasourceResultCacheKeyBase | |
---|---|
protected Integer |
AbstractCacheableDatasource.getCachedCount(AbstractCacheableDatasource.DatasourceResultCacheKeyBase cacheKey)
Returns the cached count for the given cache key or null if none was cached. |
protected Collection |
AbstractCacheableDatasource.getCachedResult(AbstractCacheableDatasource.DatasourceResultCacheKeyBase cacheKey)
Returns the cached results of a query. |
protected boolean |
AbstractCacheableDatasource.putCachedCount(AbstractCacheableDatasource.DatasourceResultCacheKeyBase cacheKey,
Integer count)
Put a result of a getCount() method into the cache |
protected boolean |
AbstractCacheableDatasource.putCachedResult(AbstractCacheableDatasource.DatasourceResultCacheKeyBase cacheKey,
Collection result)
Stores the given result collection into the cache for later retrieval. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |