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 interfaceCacheConfigurationPropertyParser.ClassResolverstatic classCacheConfigurationPropertyParser.Default - 
Method Summary
Modifier and Type Method Description static CacheConfigurationPropertyParserNew()static CacheConfigurationPropertyParserNew(CacheConfigurationPropertyParser.ClassResolver classResolver)<K, V> voidparseProperties(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) 
 -