Package io.quarkus.spring.cache
Class SpringCacheUtil
- java.lang.Object
-
- io.quarkus.spring.cache.SpringCacheUtil
-
final class SpringCacheUtil extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static Optional<String>getSpringCacheName(org.jboss.jandex.AnnotationInstance annotationInstance)Meant to be called for instances of@Cacheable,@CacheEvictor@CachePutReturns the single name of the cache to use
-