Package io.quarkus.keycloak.pep.runtime
Interface KeycloakPolicyEnforcerTenantConfig.KeycloakConfigPolicyEnforcer.PathCacheConfig
- Enclosing interface:
- KeycloakPolicyEnforcerTenantConfig.KeycloakConfigPolicyEnforcer
public static interface KeycloakPolicyEnforcerTenantConfig.KeycloakConfigPolicyEnforcer.PathCacheConfig
-
Method Summary
Modifier and TypeMethodDescriptionlonglifespan()Defines the time in milliseconds when the entry should be expiredintDefines the limit of entries that should be kept in the cache
-
Method Details
-
maxEntries
@WithDefault("1000") int maxEntries()Defines the limit of entries that should be kept in the cache -
lifespan
@WithDefault("30000") long lifespan()Defines the time in milliseconds when the entry should be expired
-