| Package | Description |
|---|---|
| com.enterprisemath.utils.cache |
| Modifier and Type | Method and Description |
|---|---|
ExpiringInMemoryObjectCache.Builder |
ExpiringInMemoryObjectCache.Builder.setExpireTimeout(int expireTimeout)
Sets timeout for object expiration.
|
ExpiringInMemoryObjectCache.Builder |
ExpiringInMemoryObjectCache.Builder.setRenewOnGet(Boolean renewOnGet)
Sets whether timeout should be renewed when calling get method.
|
| Constructor and Description |
|---|
ExpiringInMemoryObjectCache(ExpiringInMemoryObjectCache.Builder builder)
Creates new instance.
|
Copyright © 2016. All rights reserved.