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

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/cdm/
H A DG11NSettings.java84 private Map charsetCache = new HashMap(); field in class:G11NSettings
192 charsetCache.clear();
234 Map cCache = (Map) charsetCache.get(client.getClientType());
237 charsetCache.put(clientType, cCache);
261 synchronized (charsetCache) {
270 Iterator it = charsetCache.keySet().iterator();
288 charsetCache.remove(clientType);
458 Map cCache = (Map) charsetCache.get(client.getClientType());
473 * @return String Updates charsetCache with the value it found. If the value
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/cdm/
H A DG11NSettings.java84 private Map charsetCache = new HashMap(); field in class:G11NSettings
192 charsetCache.clear();
234 Map cCache = (Map) charsetCache.get(client.getClientType());
237 charsetCache.put(clientType, cCache);
261 synchronized (charsetCache) {
270 Iterator it = charsetCache.keySet().iterator();
288 charsetCache.remove(clientType);
458 Map cCache = (Map) charsetCache.get(client.getClientType());
473 * @return String Updates charsetCache with the value it found. If the value

Completed in 22 milliseconds