Cache<T>
public class AbsoluteExpirationCache<T> extends java.lang.Object implements Cache<T>
AbsoluteExpirationCache(java.time.Clock clock, java.time.Duration duration)
void
set(T item)
T
tryGet()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public AbsoluteExpirationCache(java.time.Clock clock, java.time.Duration duration)
public void set(T item)
set
public T tryGet()
tryGet
Copyright © 2018. All rights reserved.