Uses of Interface
one.microstream.cache.CacheConfigurationLoader
Package | Description |
---|---|
one.microstream.cache |
-
Uses of CacheConfigurationLoader in one.microstream.cache
Classes in one.microstream.cache that implement CacheConfigurationLoader Modifier and Type Class Description static class
CacheConfigurationLoader.InputStreamConfigurationLoader
Methods in one.microstream.cache that return CacheConfigurationLoader Modifier and Type Method Description static CacheConfigurationLoader
CacheConfigurationLoader. FromInputStream(InputStream inputStream)
Tries to load the configuration from theInputStream
inputStream
.static CacheConfigurationLoader
CacheConfigurationLoader. FromInputStream(InputStream inputStream, Charset charset)
Tries to load the configuration from theInputStream
inputStream
.