Package one.microstream.cache
Interface CacheConfigurationPropertyParser
- All Known Implementing Classes:
CacheConfigurationPropertyParser.Default
public interface CacheConfigurationPropertyParser
Property parser used by
CacheConfigurationParser
.-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
CacheConfigurationPropertyParser.ClassResolver
static class
CacheConfigurationPropertyParser.Default
-
Method Summary
Modifier and Type Method Description static CacheConfigurationPropertyParser
New()
static CacheConfigurationPropertyParser
New(CacheConfigurationPropertyParser.ClassResolver classResolver)
<K, V> void
parseProperties(Map<String,String> properties, CacheConfiguration.Builder<K,V> builder)
-
Method Details
-
parseProperties
<K, V> void parseProperties(Map<String,String> properties, CacheConfiguration.Builder<K,V> builder) -
New
-
New
static CacheConfigurationPropertyParser New(CacheConfigurationPropertyParser.ClassResolver classResolver)
-