Interface SingleItemCacheable
-
- All Known Implementing Classes:
DefaultSingleItemChainable
public interface SingleItemCacheableAPI connecting toCacheStateManager.computeIfAbsent(Supplier, CacheInfo)during method chaining fromCacheUtility.forSingleWith(CacheStateManager).- Author:
- Jeff Fischer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <P> PcomputeIfAbsent(Supplier<P> compute)
-
-
-
Method Detail
-
computeIfAbsent
<P> P computeIfAbsent(Supplier<P> compute)
-
-