JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
io.quarkus.cache.infinispan.runtime
Interface InfinispanCacheRuntimeConfig
public interface
InfinispanCacheRuntimeConfig
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Optional
<
Duration
>
lifespan
()
The default lifespan of the item stored in the cache
Optional
<
Duration
>
maxIdle
()
The default max-idle of the item stored in the cache
Method Details
lifespan
Optional
<
Duration
>
lifespan
()
The default lifespan of the item stored in the cache
maxIdle
Optional
<
Duration
>
maxIdle
()
The default max-idle of the item stored in the cache