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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/opensso/
H A DOpenSSOIndexStore.java83 private static final int policyCacheSize; field in class:OpenSSOIndexStore
98 policyCacheSize = getInteger(ec,
100 if (policyCacheSize > 0) {
101 policyCache = new PolicyCache("PolicyCache", policyCacheSize);
103 policyCacheSize);
307 if (policyCacheSize > 0) {
323 if (policyCacheSize > 0) {
453 if (policyCacheSize > 0) {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/opensso/
H A DOpenSSOIndexStore.java89 private static final int policyCacheSize; field in class:OpenSSOIndexStore
103 policyCacheSize = getInteger(ec,
105 if (policyCacheSize > 0) {
106 policyCache = new PolicyCache("PolicyCache", policyCacheSize);
108 policyCacheSize);
311 if (policyCacheSize > 0) {
327 if (policyCacheSize > 0) {
455 if (policyCacheSize > 0) {

Completed in 32 milliseconds