Interface ImperativeListChainable
- 
- All Known Implementing Classes:
 DefaultImperativeListChainable
public interface ImperativeListChainableAPI used during method chaining fromCacheUtility.forListWith(CacheStateManager). Builds up theImperativeListCacheInfofor subsequent passing toCacheStateManager.computeIfAbsent(Function, ImperativeListCacheInfo).- Author:
 - Jeff Fischer
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ImperativeListCacheableandCacheInfo(String cacheName, Function<Object,String> matchFunction, ContextKeyGen generator, List<String> imperativeArgs, Object... args) 
 - 
 
- 
- 
Method Detail
- 
andCacheInfo
ImperativeListCacheable andCacheInfo(String cacheName, Function<Object,String> matchFunction, ContextKeyGen generator, List<String> imperativeArgs, Object... args)
 
 - 
 
 -