public abstract class TTLCache<T> extends Object
protected
TTLCache(Long cacheKeepAliveTime, Long objectTTL, String cacheName)
protected abstract T
getNew(String id)
T
getObject(String id)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected TTLCache(Long cacheKeepAliveTime, Long objectTTL, String cacheName)
public T getObject(String id) throws Exception
Exception
protected abstract T getNew(String id) throws Exception
Copyright © 2016. All Rights Reserved.