Class KeycloakPolicyEnforcerTenantConfig.KeycloakConfigPolicyEnforcer.PathCacheConfig

    • Field Detail

      • maxEntries

        @ConfigItem(defaultValue="1000")
        public int maxEntries
        Defines the limit of entries that should be kept in the cache
      • lifespan

        @ConfigItem(defaultValue="30000")
        public long lifespan
        Defines the time in milliseconds when the entry should be expired
    • Constructor Detail

      • PathCacheConfig

        public PathCacheConfig()