Package one.microstream.cache.types
Interface CacheConfigurationPropertyParser
- All Known Implementing Classes:
CacheConfigurationPropertyParser.Default
@Deprecated public interface CacheConfigurationPropertyParser
Deprecated.
replaced by
CacheConfigurationBuilderConfigurationBased
, will be removed in a future release-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
CacheConfigurationPropertyParser.ClassResolver
Deprecated.static class
CacheConfigurationPropertyParser.Default
Deprecated. -
Method Summary
Modifier and Type Method Description static CacheConfigurationPropertyParser
New()
Deprecated.static CacheConfigurationPropertyParser
New(CacheConfigurationPropertyParser.ClassResolver classResolver)
Deprecated.<K, V> void
parseProperties(Map<String,String> properties, CacheConfiguration.Builder<K,V> builder)
Deprecated.
-
Method Details
-
parseProperties
<K, V> void parseProperties(Map<String,String> properties, CacheConfiguration.Builder<K,V> builder)Deprecated. -
New
Deprecated. -
New
static CacheConfigurationPropertyParser New(CacheConfigurationPropertyParser.ClassResolver classResolver)Deprecated.
-