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()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(Supplier<EntityInfo> factoryFunction) ImperativeListCacheable.andEntityInfo(Function<String, EntityInfo> factoryFunction) Optional.SingleItemCacheable.andEntityInfo(Supplier<EntityInfo> factoryFunction) Optional.voidImperativeListCacheInfo.setEntityInfoFactoryFunction(Function<String, EntityInfo> entityInfoFactoryFunction) Optional.voidCacheInfo.setFactoryFunction(Supplier<EntityInfo> factoryFunction) Optional.