Uses of Interface
lumis.portal.cache.ICacheMultiDataProvider
-
Packages that use ICacheMultiDataProvider Package Description lumis.portal.cache -
-
Uses of ICacheMultiDataProvider in lumis.portal.cache
Classes in lumis.portal.cache that implement ICacheMultiDataProvider Modifier and Type Class Description class
SingleOrBulkLoadCacheDataProvider<T>
AbstractICacheMultiDataProvider
that eases the use of single and bulk loads, based on a given condition.Methods in lumis.portal.cache with parameters of type ICacheMultiDataProvider Modifier and Type Method Description PortalCache<T>
PortalCache. setDefaultCacheMultiDataProvider(ICacheMultiDataProvider<T> cacheMultiDataProvider)
Sets the default cache multi-data provider.
-