Searched defs:lifetime (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/sun/security/util/
H A DCache.java44 * . optional lifetime, specified in seconds.
120 * lifetime for entries, with the values held by SoftReferences.
128 * specified maximum lifetime (in seconds), with the values held
137 * lifetime for entries, with the values held by standard references.
153 * specified maximum lifetime (in seconds), with the values held
254 private long lifetime; field in class:MemoryCache
264 public MemoryCache(boolean soft, int maxSize, int lifetime) { argument
266 this.lifetime = lifetime * 1000;
320 if (lifetime
[all...]

Completed in 167 milliseconds