public static interface LocalRegionCache.EvictionConfig
| Modifier and Type | Method and Description |
|---|---|
static LocalRegionCache.EvictionConfig |
create(com.hazelcast.config.MapConfig mapConfig)
Creates an
LocalRegionCache.EvictionConfig for a given Hazelcast MapConfig. |
int |
getMaxSize() |
Duration |
getTimeToLive() |
Duration getTimeToLive()
int getMaxSize()
static LocalRegionCache.EvictionConfig create(com.hazelcast.config.MapConfig mapConfig)
LocalRegionCache.EvictionConfig for a given Hazelcast MapConfig.mapConfig - the MapConfig to use. If null, defaults will be used.Copyright © 2020. All rights reserved.