Package com.okta.sdk.impl.cache
Class DefaultCacheConfigurationBuilder
java.lang.Object
com.okta.sdk.impl.cache.DefaultCacheConfigurationBuilder
- All Implemented Interfaces:
CacheConfigurationBuilder
- Since:
- 0.5.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()getName()withTimeToIdle(long tti, TimeUnit ttiTimeUnit) withTimeToLive(long ttl, TimeUnit ttlTimeUnit)
-
Constructor Details
-
DefaultCacheConfigurationBuilder
-
-
Method Details
-
withTimeToLive
- Specified by:
withTimeToLivein interfaceCacheConfigurationBuilder
-
withTimeToIdle
- Specified by:
withTimeToIdlein interfaceCacheConfigurationBuilder
-
getName
-
getTimeToLive
-
getTimeToIdle
-
build
-