Interface KeycloakPolicyEnforcerTenantConfig.KeycloakConfigPolicyEnforcer.PathCacheConfig

Enclosing interface:
KeycloakPolicyEnforcerTenantConfig.KeycloakConfigPolicyEnforcer

public static interface KeycloakPolicyEnforcerTenantConfig.KeycloakConfigPolicyEnforcer.PathCacheConfig
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Defines the time in milliseconds when the entry should be expired
    int
    Defines 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