public interface CacheConfiguration
Cache region.| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Returns the name of the
Cache for which this configuration applies. |
java.time.Duration |
getTimeToIdle()
Returns the Time-to-Idle setting to apply for all entries in the associated
Cache. |
java.time.Duration |
getTimeToLive()
Returns the Time-to-Live setting to apply for all entries in the associated
Cache. |
java.lang.String getName()
Cache for which this configuration applies.Cache for which this configuration applies.java.time.Duration getTimeToLive()
Cache.Cache.java.time.Duration getTimeToIdle()
Cache.Cache.Copyright © 2017-2021 Okta. All Rights Reserved.