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

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/interaction/
H A DInteractionManager.java1235 private static final int CACHE_ENTRY_MAX_IDLE_TIME = 120 * 1000; field in class:InteractionManager.InteractionCache
1238 CACHE_ENTRY_MAX_IDLE_TIME);
1251 + " CACHE_ENTRY_MAX_IDLE_TIME = "
1252 + CACHE_ENTRY_MAX_IDLE_TIME);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/interaction/
H A DInteractionManager.java1238 private static final int CACHE_ENTRY_MAX_IDLE_TIME = 120 * 1000; field in class:InteractionManager.InteractionCache
1241 CACHE_ENTRY_MAX_IDLE_TIME);
1254 + " CACHE_ENTRY_MAX_IDLE_TIME = "
1255 + CACHE_ENTRY_MAX_IDLE_TIME);

Completed in 34 milliseconds