|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TotalCacheDataLoader | |
org.sape.carbon.services.cache.total | This package contains all classes for defining and implementing read-only and writable total caches. |
org.sape.carbon.services.sqldataloader.total |
Uses of TotalCacheDataLoader in org.sape.carbon.services.cache.total |
Subinterfaces of TotalCacheDataLoader in org.sape.carbon.services.cache.total | |
interface |
ConfigurableMapTypeCacheDataLoader
The ConfigurableMapTypeCacheDataLoader is the component FunctionalInterface of components that can load data for a cache and also provide a mechanism to configure the map implementation to be stored in cache. |
Fields in org.sape.carbon.services.cache.total declared as TotalCacheDataLoader | |
private TotalCacheDataLoader |
WritableCache.dataLoader
Holds the dataloader for this cache. |
private TotalCacheDataLoader |
ReadOnlyCache.dataLoader
Holds the dataloader for this cache. |
Methods in org.sape.carbon.services.cache.total that return TotalCacheDataLoader | |
TotalCacheDataLoader |
TotalCacheConfiguration.getDataLoader()
DataLoader defines the TotalCacheDataLoader component that is responsible for loading data for this cache |
Methods in org.sape.carbon.services.cache.total with parameters of type TotalCacheDataLoader | |
void |
TotalCacheConfiguration.setDataLoader(TotalCacheDataLoader dataLoader)
DataLoader defines the TotalCacheDataLoader component that is responsible for loading data for this cache |
Uses of TotalCacheDataLoader in org.sape.carbon.services.sqldataloader.total |
Classes in org.sape.carbon.services.sqldataloader.total that implement TotalCacheDataLoader | |
class |
SqlBeanDataLoader
Class provides a generic lookup class to users with a mechanism to cache data retreived from a table. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |