Searched refs:strongCache (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DKeyCache.java51 private final Cache strongCache; field in class:KeyCache
56 strongCache = Cache.newHardMemoryCache(16);
80 P11Key p11Key = (P11Key)strongCache.get(new IdentityWrapper(key));
93 strongCache.put(new IdentityWrapper(key), p11Key);

Completed in 260 milliseconds