Namespace ComponentSpace.SAML2.Cache
Classes
DatabaseIDCache
The database ID cache stores IDs in a database.
The database ID cache is suitable for applications deployed to a web farm.
InMemoryIDCache
The in-memory ID cache stores IDs in-memory.
The in-memory ID cache is suitable for applications deployed to a single server. For applications deployed to a web farm, an ID cache implemented using a database or shared state server is required.
Interfaces
IIDCache
The ID cache manages IDs.