| Package | Description |
|---|---|
| wirelabs.commons |
| Modifier and Type | Method and Description |
|---|---|
T |
ExpirableCache.get(String key,
ExpirableCacheRepopulator<T> populate)
Retrieves a value from the cache.
|
T |
ExpirableCache.get(String key,
long ttl,
ExpirableCacheRepopulator<T> populate)
Retrieves a value from the cache
|
Copyright © 2016–2017. All rights reserved.