Package one.microstream.cache
Class CacheConfigurationLoader.InputStreamConfigurationLoader
java.lang.Object
one.microstream.cache.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.CacheConfigurationLoader
CacheConfigurationLoader.Defaults, CacheConfigurationLoader.InputStreamConfigurationLoader
-
Constructor Summary
Constructors Constructor Description InputStreamConfigurationLoader()
-
Method Summary
Modifier and Type Method Description String
loadConfiguration()
Loads the configuration from the given resource.
-
Constructor Details
-
InputStreamConfigurationLoader
public InputStreamConfigurationLoader()
-
-
Method Details
-
loadConfiguration
Description copied from interface:CacheConfigurationLoader
Loads the configuration from the given resource.- Specified by:
loadConfiguration
in interfaceCacheConfigurationLoader
- Returns:
- the configuration resource's content.
-