Package io.quarkus.cache
Interface CacheManagerInfo.Context
-
- Enclosing interface:
- CacheManagerInfo
public static interface CacheManagerInfo.Context
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCacheManagerInfo.Context.Metrics
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancacheEnabled()Set<String>cacheNames()StringcacheType()CacheManagerInfo.Context.Metricsmetrics()
-
-
-
Method Detail
-
cacheEnabled
boolean cacheEnabled()
-
metrics
CacheManagerInfo.Context.Metrics metrics()
-
cacheType
String cacheType()
-
-