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

/openjdk9/jdk/src/java.base/share/classes/sun/security/util/
H A DCache.java515 private static class SoftCacheEntry<K,V> class in class:MemoryCache
522 SoftCacheEntry(K key, V value, long expirationTime, method in class:MemoryCache.SoftCacheEntry

Completed in 13 milliseconds