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

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/ums/
H A DConfigManagerUMS.java307 _checkListCache.put(org.toLowerCase(), "dummy");
349 _checkListCache.put(org.toLowerCase(), "dummy");
446 _checkListCache.remove(org.toLowerCase());
525 // both the cache (_cch) and _checkListCache.
527 checkedDS = _checkListCache.containsKey(fdn.toLowerCase());
609 // both the cache (_cch) and _checkListCache.
611 checkedDS = _checkListCache.containsKey(fdn.toLowerCase());
910 _checkListCache = new Cache(10000);
987 private static Cache _checkListCache = null; field in class:ConfigManagerUMS
/forgerock/openam/openam-core/src/main/java/com/iplanet/ums/
H A DConfigManagerUMS.java307 _checkListCache.put(org.toLowerCase(), "dummy");
349 _checkListCache.put(org.toLowerCase(), "dummy");
446 _checkListCache.remove(org.toLowerCase());
525 // both the cache (_cch) and _checkListCache.
527 checkedDS = _checkListCache.containsKey(fdn.toLowerCase());
609 // both the cache (_cch) and _checkListCache.
611 checkedDS = _checkListCache.containsKey(fdn.toLowerCase());
910 _checkListCache = new Cache(10000);
987 private static Cache _checkListCache = null; field in class:ConfigManagerUMS

Completed in 32 milliseconds