Uses of Class
com.broadleafcommerce.common.extension.cache.api.EntityInfo
Packages that use EntityInfo
Package
Description
-
Uses of EntityInfo in com.broadleafcommerce.common.extension.cache
Methods in com.broadleafcommerce.common.extension.cache with parameters of type EntityInfoModifier and TypeMethodDescriptionCacheStateManager.evict(String cacheName, EntityInfo entityInfo) Evict a discrete cache member -
Uses of EntityInfo in com.broadleafcommerce.common.extension.cache.api
Methods in com.broadleafcommerce.common.extension.cache.api that return types with arguments of type EntityInfoModifier and TypeMethodDescriptionImperativeListCacheInfo.getEntityInfoFactoryFunction()Optional.CacheInfo.getFactoryFunction()Deprecated.Function<Stream<?>,List<EntityInfo>> CacheInfo.getInfoFunction()Optional.Method parameters in com.broadleafcommerce.common.extension.cache.api with type arguments of type EntityInfoModifier and TypeMethodDescriptionDefaultImperativeListChainable.andEntityInfo(Function<String, EntityInfo> factoryFunction) DefaultSingleItemChainable.andEntityInfo(Function<Stream<?>, List<EntityInfo>> infoFunction) DefaultSingleItemChainable.andEntityInfo(Supplier<EntityInfo> factoryFunction) ImperativeListCacheable.andEntityInfo(Function<String, EntityInfo> factoryFunction) Optional.SingleItemCacheable.andEntityInfo(Function<Stream<?>, List<EntityInfo>> infoFunction) Optional.SingleItemCacheable.andEntityInfo(Supplier<EntityInfo> factoryFunction) Deprecated.useSingleItemCacheable.andEntityInfo(Function)insteadvoidImperativeListCacheInfo.setEntityInfoFactoryFunction(Function<String, EntityInfo> entityInfoFactoryFunction) Optional.voidCacheInfo.setFactoryFunction(Supplier<EntityInfo> factoryFunction) Deprecated.useCacheInfo.infoFunctioninsteadvoidCacheInfo.setInfoFunction(Function<Stream<?>, List<EntityInfo>> infoFunction) Optional.
CacheInfo.infoFunctioninstead