public class MbGlobalMapSessionPolicy
extends java.lang.Object
Constructor and Description |
---|
MbGlobalMapSessionPolicy(int timeToLive) |
Modifier and Type | Method and Description |
---|---|
int |
getTimeToLive() |
void |
setTimeToLive(int timeToLive) |
public MbGlobalMapSessionPolicy(int timeToLive)
timeToLive
- - int
This is a period of time, in seconds.
Cache entries created by a MbGlobalMap object will automatically be evicted from the cache
when this period of time (since the last update of that data) has elapsed.