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 CacheManagerBuilderCaches. newCacheManager()Instantiates a newCacheManagerBuildersuitable for SINGLE-JVM APPLICATIONS.CacheManagerBuilderCacheManagerBuilder. withCache(CacheConfigurationBuilder builder)Adds configuration settings for a specific Cache region managed by thebuiltCacheManager, like the region's Time to Live and Time to Idle.CacheManagerBuilderCacheManagerBuilder. withDefaultTimeToIdle(long tti, java.util.concurrent.TimeUnit timeUnit)Sets the default Time to Idle (TTI) for all cache regions managed by thebuiltCacheManager.CacheManagerBuilderCacheManagerBuilder. withDefaultTimeToLive(long ttl, java.util.concurrent.TimeUnit timeUnit)Sets the default Time to Live (TTL) for all cache regions managed by thebuiltCacheManager.
-