ConfigurationPropertyCaching
interface ConfigurationPropertyCaching
Interface that can be used to control configuration property source caches.
Author
Phillip Webb
Since
2.3.0
Types
Link copied to clipboard
AutoCloseable used to control a cache override.
Functions
Link copied to clipboard
Get for all specified configuration property sources.
Get for all configuration property sources in the environment.
open fun get(sources: Iterable<ConfigurationPropertySource>, underlyingSource: Any): ConfigurationPropertyCaching
Get for a specific configuration property source in the specified configuration property sources.
Get for a specific configuration property source in the environment.
Link copied to clipboard
Override caching to temporarily enable it.
Link copied to clipboard
Set amount of time that an item can live in the cache.