Generated by
JDiff

Interface org.springframework.cache.Cache

Added Methods
T get(Object, Callable<T>) Return the value to which this cache maps the specified key, obtaining that value from {@code valueLoader} if necessary.