public abstract class TTLCache<T> extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
TTLCache(Long cacheKeepAliveTime,
Long objectTTL,
String cacheName) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract T |
getNew(String id) |
T |
getObject(String id) |
Copyright © 2021. All Rights Reserved.