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> CacheConfigurationBuilder
Caches.forResource
(Class<T> clazz) Returns a newCacheConfigurationBuilder
to configure a cache region that will store data for instances of typeclazz
.static CacheConfigurationBuilder
Returns a newCacheConfigurationBuilder
used to configure a cache region with the specified name.CacheConfigurationBuilder.withTimeToIdle
(long tti, TimeUnit ttiTimeUnit) Sets the associatedCache
region's entry Time to Idle (TTI).CacheConfigurationBuilder.withTimeToLive
(long ttl, TimeUnit ttlTimeUnit) Sets the associatedCache
region'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 thebuilt
CacheManager
, 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 TypeMethodDescriptionvoid
ClientConfiguration.setCacheManagerCaches
(Map<String, CacheConfigurationBuilder> cacheManagerCaches)