public class CacheUtils
public static void removeFromCacheIfKeyContains(org.springframework.cache.Cache cache,
java.lang.String subKey)
public static java.lang.Object getObjectAndCache(java.util.function.Supplier<java.lang.Object> objectSupplier,
java.lang.String key,
org.springframework.cache.Cache cache)