| Modifier and Type | Method and Description | 
|---|---|
| CacheableResult | ScriptDatasourceResultToCacheableResultTransformer. transform(java.lang.Object r,
         DatasourceContainerProvider containerProvider,
         ParameterSet parameterSet,
         java.lang.Class<?> targetType) | 
| CacheableResult | ScriptDatasourceResultTransformerTableModel2TempTableResult. transform(java.lang.Object r,
         DatasourceContainerProvider datasourceContainerProvider,
         ParameterSet parameterSet,
         java.lang.Class<?> targetType) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | TempTableResult | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | CacheableDatasourceResult | 
| Modifier and Type | Method and Description | 
|---|---|
| CacheableResult | ResultCacheService. getCachedResult(ResultCacheKey ds) | 
| CacheableResult | ResultCacheServiceImpl. getCachedResult(ResultCacheKey cacheKey) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ResultCacheService. addToResultCache(ResultCacheKey datasource,
                CacheableResult result) | 
| void | ResultCacheServiceImpl. addToResultCache(ResultCacheKey cacheKey,
                CacheableResult result) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ScriptDatasourceTempTableResult |