Interface ImperativeListChainable
- All Known Implementing Classes:
DefaultImperativeListChainable
public interface ImperativeListChainable
API used during method chaining from
CacheUtility.forListWith(CacheStateManager)
. Builds
up the ImperativeListCacheInfo
for subsequent passing to
CacheStateManager.computeIfAbsent(Function, ImperativeListCacheInfo)
.- Author:
- Jeff Fischer
-
Method Summary
Modifier and TypeMethodDescriptionandCacheInfo
(String cacheName, Function<Object, String> matchFunction, ContextKeyGen generator, List<String> imperativeArgs, Object... args)
-
Method Details
-
andCacheInfo
ImperativeListCacheable andCacheInfo(String cacheName, Function<Object, String> matchFunction, ContextKeyGen generator, List<String> imperativeArgs, Object... args)
-