Uses of Class
io.quarkus.cache.runtime.CacheInterceptor.ReturnType
-
Packages that use CacheInterceptor.ReturnType Package Description io.quarkus.cache.runtime -
-
Uses of CacheInterceptor.ReturnType in io.quarkus.cache.runtime
Methods in io.quarkus.cache.runtime that return CacheInterceptor.ReturnType Modifier and Type Method Description protected static CacheInterceptor.ReturnTypeCacheInterceptor. determineReturnType(Class<?> returnType)static CacheInterceptor.ReturnTypeCacheInterceptor.ReturnType. valueOf(String name)Returns the enum constant of this type with the specified name.static CacheInterceptor.ReturnType[]CacheInterceptor.ReturnType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.quarkus.cache.runtime with parameters of type CacheInterceptor.ReturnType Modifier and Type Method Description protected io.smallrye.mutiny.Uni<?>CacheInterceptor. asyncInvocationResultToUni(Object invocationResult, CacheInterceptor.ReturnType returnType)protected ObjectCacheInterceptor. createAsyncResult(io.smallrye.mutiny.Uni<Object> cacheValue, CacheInterceptor.ReturnType returnType)
-