Searched refs:cacheTtl (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/client/
H A DPolicyProperties.java140 private int cacheTtl; //milliseconds field in class:PolicyProperties
208 //initialize cacheTtl and cleanupInterval
215 cacheTtl = Integer.parseInt(interval);
218 cacheTtl = cacheTtl * 60 * 1000;
219 cleanupInterval = cacheTtl;
225 if (cacheTtl <= 0) {
227 debug.warning("PolicyProperties():configured cacheTtl"
228 + cacheTtl + " seconds too small");
229 debug.warning("PolicyProperties():setting cacheTtl a
[all...]
H A DResourceResultCache.java118 private int cacheTtl; field in class:ResourceResultCache
167 cacheTtl = policyProperties.getCacheTtl();
203 resourceResultCache.cacheTtl = policyProperties.getCacheTtl();
577 = new Long(System.currentTimeMillis() + cacheTtl);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/client/
H A DPolicyProperties.java140 private int cacheTtl; //milliseconds field in class:PolicyProperties
208 //initialize cacheTtl and cleanupInterval
215 cacheTtl = Integer.parseInt(interval);
218 cacheTtl = cacheTtl * 60 * 1000;
219 cleanupInterval = cacheTtl;
225 if (cacheTtl <= 0) {
227 debug.warning("PolicyProperties():configured cacheTtl"
228 + cacheTtl + " seconds too small");
229 debug.warning("PolicyProperties():setting cacheTtl a
[all...]
H A DResourceResultCache.java121 private int cacheTtl; field in class:ResourceResultCache
170 cacheTtl = policyProperties.getCacheTtl();
206 resourceResultCache.cacheTtl = policyProperties.getCacheTtl();
586 = new Long(currentTimeMillis() + cacheTtl);

Completed in 42 milliseconds