Package one.microstream.cache.types
Class CacheConfigurationLoader.InputStreamConfigurationLoader
java.lang.Object
one.microstream.cache.types.CacheConfigurationLoader.InputStreamConfigurationLoader
- All Implemented Interfaces:
 CacheConfigurationLoader
- Enclosing interface:
 - CacheConfigurationLoader
 
public static class CacheConfigurationLoader.InputStreamConfigurationLoader extends Object implements CacheConfigurationLoader
- 
Nested Class Summary
Nested classes/interfaces inherited from interface one.microstream.cache.types.CacheConfigurationLoader
CacheConfigurationLoader.Defaults, CacheConfigurationLoader.InputStreamConfigurationLoader - 
Method Summary
Modifier and Type Method Description StringloadConfiguration()Loads the configuration from the given resource. 
- 
Method Details
- 
loadConfiguration
Description copied from interface:CacheConfigurationLoaderLoads the configuration from the given resource.- Specified by:
 loadConfigurationin interfaceCacheConfigurationLoader- Returns:
 - the configuration resource's content.
 
 
 -