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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DCachedSubEntries.java52 private long lastUpdated; field in class:CachedSubEntries
99 lastUpdated) > CachedSMSEntry.ttl)) {
113 lastUpdated = System.currentTimeMillis();
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DCachedSubEntries.java59 private long lastUpdated; field in class:CachedSubEntries
105 lastUpdated) > CachedSMSEntry.ttl)) {
119 lastUpdated = currentTimeMillis();

Completed in 51 milliseconds