Package io.quarkus.cache
Interface CacheManagerInfo
-
public interface CacheManagerInfo
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceCacheManagerInfo.Context
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Supplier<CacheManager>get(CacheManagerInfo.Context context)booleansupports(CacheManagerInfo.Context context)
-
-
-
Method Detail
-
supports
boolean supports(CacheManagerInfo.Context context)
-
get
Supplier<CacheManager> get(CacheManagerInfo.Context context)
-
-