|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.cache.CacheConfiguration.Duration
public static class CacheConfiguration.Duration
Field Summary | |
---|---|
static CacheConfiguration.Duration |
ETERNAL
|
Constructor Summary | |
---|---|
CacheConfiguration.Duration(java.util.concurrent.TimeUnit timeUnit,
long timeToLive)
|
Method Summary | |
---|---|
long |
getDurationAmount()
|
java.util.concurrent.TimeUnit |
getTimeUnit()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final CacheConfiguration.Duration ETERNAL
Constructor Detail |
---|
public CacheConfiguration.Duration(java.util.concurrent.TimeUnit timeUnit, long timeToLive)
Method Detail |
---|
public java.util.concurrent.TimeUnit getTimeUnit()
public long getDurationAmount()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |