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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/delegation/plugins/
H A DDelegationPolicyImpl.java118 private static final String CONFIGURED_CACHE_SIZE = "com.sun.identity.delegation.cache.size"; field in class:DelegationPolicyImpl
153 maxCacheSize = SystemProperties.getAsInt(CONFIGURED_CACHE_SIZE, DEFAULT_CACHE_SIZE);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/delegation/plugins/
H A DDelegationPolicyImpl.java121 private static final String CONFIGURED_CACHE_SIZE = "com.sun.identity.delegation.cache.size"; field in class:DelegationPolicyImpl
156 maxCacheSize = SystemProperties.getAsInt(CONFIGURED_CACHE_SIZE, DEFAULT_CACHE_SIZE);

Completed in 30 milliseconds