public interface org.springframework.cache.interceptor.CacheResolver
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: org.springframework.cache.interceptor.CacheResolver
super_class: java.lang.Object
{
public abstract java.util.Collection<? extends org.springframework.cache.Cache> resolveCaches(org.springframework.cache.interceptor.CacheOperationInvocationContext<?>);
descriptor: (Lorg/springframework/cache/interceptor/CacheOperationInvocationContext;)Ljava/util/Collection;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Lorg/springframework/cache/interceptor/CacheOperationInvocationContext<*>;)Ljava/util/Collection<+Lorg/springframework/cache/Cache;>;
MethodParameters:
Name Flags
context
}
SourceFile: "CacheResolver.java"
RuntimeVisibleAnnotations:
java.lang.FunctionalInterface()