Uses of Interface
com.github.benmanes.caffeine.jcache.configuration.ConfigSource
Packages that use ConfigSource
-
Uses of ConfigSource in com.github.benmanes.caffeine.jcache.configuration
Methods in com.github.benmanes.caffeine.jcache.configuration that return ConfigSourceModifier and TypeMethodDescriptionstatic ConfigSourceTypesafeConfigurator.configSource()Returns the strategy for loading the configuration.Methods in com.github.benmanes.caffeine.jcache.configuration with parameters of type ConfigSourceModifier and TypeMethodDescriptionstatic voidTypesafeConfigurator.setConfigSource(ConfigSource configSource) Specifies how theConfiginstance should be loaded.