Uses of Interface
com.okta.sdk.cache.CacheConfigurationBuilder
Packages that use CacheConfigurationBuilder
-
Uses of CacheConfigurationBuilder in com.okta.sdk.cache
Methods in com.okta.sdk.cache that return CacheConfigurationBuilderModifier and TypeMethodDescriptionstatic <T> CacheConfigurationBuilderCaches.forResource(Class<T> clazz) Returns a newCacheConfigurationBuilderto configure a cache region that will store data for instances of typeclazz.static CacheConfigurationBuilderReturns a newCacheConfigurationBuilderused to configure a cache region with the specified name.CacheConfigurationBuilder.withTimeToIdle(long tti, TimeUnit ttiTimeUnit) Sets the associatedCacheregion's entry Time to Idle (TTI).CacheConfigurationBuilder.withTimeToLive(long ttl, TimeUnit ttlTimeUnit) Sets the associatedCacheregion's entry Time to Live (TTL).Methods in com.okta.sdk.cache with parameters of type CacheConfigurationBuilderModifier and TypeMethodDescriptionCacheManagerBuilder.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. -
Uses of CacheConfigurationBuilder in com.okta.sdk.impl.cache
Classes in com.okta.sdk.impl.cache that implement CacheConfigurationBuilderMethods in com.okta.sdk.impl.cache that return CacheConfigurationBuilderModifier and TypeMethodDescriptionDefaultCacheConfigurationBuilder.withTimeToIdle(long tti, TimeUnit ttiTimeUnit) DefaultCacheConfigurationBuilder.withTimeToLive(long ttl, TimeUnit ttlTimeUnit) Methods in com.okta.sdk.impl.cache with parameters of type CacheConfigurationBuilderModifier and TypeMethodDescriptionDefaultCacheManagerBuilder.withCache(CacheConfigurationBuilder builder) -
Uses of CacheConfigurationBuilder in com.okta.sdk.impl.config
Methods in com.okta.sdk.impl.config that return types with arguments of type CacheConfigurationBuilderMethod parameters in com.okta.sdk.impl.config with type arguments of type CacheConfigurationBuilderModifier and TypeMethodDescriptionvoidClientConfiguration.setCacheManagerCaches(Map<String, CacheConfigurationBuilder> cacheManagerCaches)