Uses of Interface
com.okta.sdk.cache.CacheManagerBuilder
-
Packages that use CacheManagerBuilder Package Description com.okta.sdk.cache -
-
Uses of CacheManagerBuilder in com.okta.sdk.cache
Methods in com.okta.sdk.cache that return CacheManagerBuilder Modifier and Type Method Description static CacheManagerBuilder
Caches. newCacheManager()
Instantiates a newCacheManagerBuilder
suitable for SINGLE-JVM APPLICATIONS.CacheManagerBuilder
CacheManagerBuilder. withCache(CacheConfigurationBuilder builder)
Adds configuration settings for a specific Cache region managed by thebuilt
CacheManager
, like the region's Time to Live and Time to Idle.CacheManagerBuilder
CacheManagerBuilder. withDefaultTimeToIdle(long tti, java.util.concurrent.TimeUnit timeUnit)
Sets the default Time to Idle (TTI) for all cache regions managed by thebuilt
CacheManager
.CacheManagerBuilder
CacheManagerBuilder. withDefaultTimeToLive(long ttl, java.util.concurrent.TimeUnit timeUnit)
Sets the default Time to Live (TTL) for all cache regions managed by thebuilt
CacheManager
.
-