public static class Cache.CacheItem<E> extends Object
protected long
expiration
protected Object
value
CacheItem(E value)
CacheItem(long ttl, E value)
long
expireAfterNanos()
expireAfterNanos(long expireNanos)
ttl()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected final long expiration
protected Object value
public CacheItem(long ttl, E value)
ttl
public CacheItem(E value)
public long ttl()
public long expireAfterNanos()
public long expireAfterNanos(long expireNanos)
expireNanos
Copyright © 2022. All rights reserved.