Uses of Class
com.broadleafcommerce.common.extension.cache.api.EntityInfo
-
Packages that use EntityInfo Package Description com.broadleafcommerce.common.extension.cache com.broadleafcommerce.common.extension.cache.api -
-
Uses of EntityInfo in com.broadleafcommerce.common.extension.cache
Methods in com.broadleafcommerce.common.extension.cache with parameters of type EntityInfo Modifier and Type Method Description Map<String,org.springframework.cache.Cache.ValueWrapper>CacheStateManager. 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 EntityInfo Modifier and Type Method Description Function<String,EntityInfo>ImperativeListCacheInfo. getEntityInfoFactoryFunction()Optional.Supplier<EntityInfo>CacheInfo. getFactoryFunction()Optional.Method parameters in com.broadleafcommerce.common.extension.cache.api with type arguments of type EntityInfo Modifier and Type Method Description ImperativeListCacheableDefaultImperativeListChainable. andEntityInfo(Function<String,EntityInfo> factoryFunction)SingleItemCacheableDefaultSingleItemChainable. andEntityInfo(Supplier<EntityInfo> factoryFunction)ImperativeListCacheableImperativeListCacheable. andEntityInfo(Function<String,EntityInfo> factoryFunction)Optional.SingleItemCacheableSingleItemCacheable. andEntityInfo(Supplier<EntityInfo> factoryFunction)Optional.voidImperativeListCacheInfo. setEntityInfoFactoryFunction(Function<String,EntityInfo> entityInfoFactoryFunction)Optional.voidCacheInfo. setFactoryFunction(Supplier<EntityInfo> factoryFunction)Optional.
-