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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/
H A DSubjectEvaluationCache.java76 public static Map<String, Map<String, Long[]>> subjectEvaluationCache; field in class:SubjectEvaluationCache
87 subjectEvaluationCache = new HashMap<String, Map<String, Long[]>>();
140 synchronized (subjectEvaluationCache) {
143 Map<String, Long[]> subjectEntries = subjectEvaluationCache.get(tokenID);
149 subjectEvaluationCache.put(tokenID, subjectEntries);
172 Map<String, Long[]> subjectEntries = subjectEvaluationCache.get(tokenID);
197 /* record stats for subjectEvaluationCache */
200 synchronized(subjectEvaluationCache) {
201 cacheSize = subjectEvaluationCache.size();
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/
H A DSubjectEvaluationCache.java75 public static Map<String, Map<String, Long[]>> subjectEvaluationCache; field in class:SubjectEvaluationCache
86 subjectEvaluationCache = new HashMap<String, Map<String, Long[]>>();
139 synchronized (subjectEvaluationCache) {
142 Map<String, Long[]> subjectEntries = subjectEvaluationCache.get(tokenID);
148 subjectEvaluationCache.put(tokenID, subjectEntries);
171 Map<String, Long[]> subjectEntries = subjectEvaluationCache.get(tokenID);
196 /* record stats for subjectEvaluationCache */
199 synchronized(subjectEvaluationCache) {
200 cacheSize = subjectEvaluationCache.size();

Completed in 49 milliseconds