public class CacheManager extends Object
| Constructor and Description |
|---|
CacheManager() |
| Modifier and Type | Method and Description |
|---|---|
long |
objectsExpireAfter()
How long objects are kept in the cache.
|
CacheManager |
setExpirationTime(long millis)
Sets for how long objects are kept in the cache, before they are updated or deleted.
|
public CacheManager setExpirationTime(long millis)
millis - how long they are kept in the cache, in milliseconds.public long objectsExpireAfter()