ConfigurationPropertyCaching

Interface that can be used to control configuration property source caches.

Author

Phillip Webb

Since

2.3.0

Functions

Link copied to clipboard
abstract fun clear()
Clear the cache and force it to be reloaded on next access.
Link copied to clipboard
abstract fun disable()
Disable caching.
Link copied to clipboard
abstract fun enable()
Enable caching with an unlimited time-to-live.
Link copied to clipboard
Get for all specified configuration property sources.
Get for all configuration property sources in the environment.
Get for a specific configuration property source in the specified configuration property sources.
open fun get(environment: Environment, underlyingSource: Any): ConfigurationPropertyCaching
Get for a specific configuration property source in the environment.
Link copied to clipboard
abstract fun setTimeToLive(timeToLive: Duration)
Set amount of time that an item can live in the cache.