-
Notifications
You must be signed in to change notification settings - Fork 435
Labels
EnhancementThe issue is a new featureThe issue is a new featureInternalIndicates issue was opened by the IdentityModel teamIndicates issue was opened by the IdentityModel team
Milestone
Description
Add extensible event hooks to ConfigurationManager to empower developers to handle custom caching (including L2/distributed cache) and other advanced scenarios via configuration event handlers.
Proposal:
Expose event hooks (e.g., via IConfigurationEventHandler) for:
• Pre-retrieval (to allow cache checks or custom fetch logic)
• Post-update (to allow cache population or notifications)
Metadata
Metadata
Assignees
Labels
EnhancementThe issue is a new featureThe issue is a new featureInternalIndicates issue was opened by the IdentityModel teamIndicates issue was opened by the IdentityModel team