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