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

/dalvik/libcore/security/src/main/java/org/apache/harmony/security/provider/cert/
H A DCache.java71 public class Cache { class
127 * Creates the Cache object.
132 public Cache(int pref_size, int size) { method in class:Cache
143 // * Creates the Cache object of size of 900.
147 // public Cache(int pref_size) {
152 // * Creates the Cache object of size of 900.
154 // public Cache() {
161 * Creates the Cache object of size of 9.
165 public Cache(int pref_size) { method in class:Cache
170 * Creates the Cache objec
172 public Cache() { method in class:Cache
[all...]
H A DX509CertFactoryImpl.java56 * @see Cache
63 private static Cache CERT_CACHE = new Cache(CERT_CACHE_SEED_LENGTH);
67 private static Cache CRL_CACHE = new Cache(CRL_CACHE_SEED_LENGTH);

Completed in 283 milliseconds