Skip to content

RedirectCache

Troy Willmot edited this page Sep 25, 2016 · 2 revisions

RedirectCache

Summary

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.

Clone this wiki locally