-
Notifications
You must be signed in to change notification settings - Fork 1
RedirectCache
Troy Willmot edited this page Sep 25, 2016
·
2 revisions
This class provides a basic, in-memory, non-persistent implementation of the IRedirectCache interface. It caches mappings between one URI and it's known redirect.
This implementation uses a ConcurrentDictonary to ensure thread safety.
This class is primarily used with the InsecureRedirectionHandler, and is the default implementation used if none is provided by the caller.