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 ImperativeListCacheable
DefaultImperativeListChainable. andEntityInfo(Function<String,EntityInfo> factoryFunction)
SingleItemCacheable
DefaultSingleItemChainable. andEntityInfo(Supplier<EntityInfo> factoryFunction)
ImperativeListCacheable
ImperativeListCacheable. andEntityInfo(Function<String,EntityInfo> factoryFunction)
Optional.SingleItemCacheable
SingleItemCacheable. andEntityInfo(Supplier<EntityInfo> factoryFunction)
Optional.void
ImperativeListCacheInfo. setEntityInfoFactoryFunction(Function<String,EntityInfo> entityInfoFactoryFunction)
Optional.void
CacheInfo. setFactoryFunction(Supplier<EntityInfo> factoryFunction)
Optional.
-