Uses of Interface
com.broadleafcommerce.common.extension.cache.api.SingleItemCacheable
-
Packages that use SingleItemCacheable Package Description com.broadleafcommerce.common.extension.cache.api -
-
Uses of SingleItemCacheable in com.broadleafcommerce.common.extension.cache.api
Classes in com.broadleafcommerce.common.extension.cache.api that implement SingleItemCacheable Modifier and Type Class Description class
DefaultSingleItemChainable
Default transition object for holding state during method chaining fromCacheUtility.forSingleWith(CacheStateManager)
.Methods in com.broadleafcommerce.common.extension.cache.api that return SingleItemCacheable Modifier and Type Method Description SingleItemCacheable
DefaultSingleItemChainable. andCacheInfo(String cacheName, ContextKeyGen generator, Object[] args)
SingleItemCacheable
SingleItemChainable. andCacheInfo(String cacheName, ContextKeyGen generator, Object... args)
SingleItemCacheable
DefaultSingleItemChainable. andEntityInfo(Supplier<EntityInfo> factoryFunction)
SingleItemCacheable
SingleItemCacheable. andEntityInfo(Supplier<EntityInfo> factoryFunction)
Optional.
-