Uses of Class
lumis.portal.cache.CacheItem
-
Packages that use CacheItem Package Description lumis.portal.cache lumis.portal.group Contains the API for managing LumisXP user groups.lumis.portal.group.standardmembership Contains the implementation for the LumisXP standard group membership provider.lumis.portal.principal -
-
Uses of CacheItem in lumis.portal.cache
Methods in lumis.portal.cache that return CacheItem Modifier and Type Method Description protected abstract CacheItem<T>
SingleOrBulkLoadCacheDataProvider. doSingleLoad(ICacheMultiDataProvider.IRequest request)
Performs a single load.Methods in lumis.portal.cache that return types with arguments of type CacheItem Modifier and Type Method Description protected abstract Collection<CacheItem<T>>
SingleOrBulkLoadCacheDataProvider. doBulkLoad(ICacheMultiDataProvider.IRequest request)
Performs a bulk load.Collection<CacheItem<T>>
ICacheMultiDataProvider. loadData(ICacheMultiDataProvider.IRequest request)
Returns the data to be loaded into the cache.Collection<CacheItem<T>>
SingleOrBulkLoadCacheDataProvider. loadData(ICacheMultiDataProvider.IRequest request)
-
Uses of CacheItem in lumis.portal.group
Methods in lumis.portal.group that return types with arguments of type CacheItem Modifier and Type Method Description protected Collection<CacheItem<GroupConfig>>
GroupManager. bulkLoadGroups()
Reads all groups from data base. -
Uses of CacheItem in lumis.portal.group.standardmembership
Methods in lumis.portal.group.standardmembership that return types with arguments of type CacheItem Modifier and Type Method Description protected Collection<CacheItem<Collection<String>>>
StandardGroupMembershipProvider. bulkLoadMemberships(ICacheMultiDataProvider.IRequest request)
Bulk load the memberships. -
Uses of CacheItem in lumis.portal.principal
Methods in lumis.portal.principal that return types with arguments of type CacheItem Modifier and Type Method Description protected Collection<CacheItem<PrincipalConfig>>
PrincipalManager. bulkLoadPrincipals(ICacheMultiDataProvider.IRequest request)
Read all principals given the cache request.
-