public class ConcurrentMapServiceDefaultImpl extends Object implements ConcurrentMapService
Constructor and Description |
---|
ConcurrentMapServiceDefaultImpl() |
Modifier and Type | Method and Description |
---|---|
ConcurrentMap |
getConfiguredMapCache()
Obtains the map cache
|
Long |
getExpireAfterAccess() |
Long |
getMaximumSize() |
void |
setExpireAfterAccess(Long expireAfterAccess) |
void |
setMaximumSize(Long maximumSize) |
public ConcurrentMap getConfiguredMapCache()
ConcurrentMapService
getConfiguredMapCache
in interface ConcurrentMapService
public Long getExpireAfterAccess()
public void setExpireAfterAccess(Long expireAfterAccess)
public Long getMaximumSize()
public void setMaximumSize(Long maximumSize)
Copyright © 2020. All Rights Reserved.