Output-caching has multiple data storage options #40229
Labels
area-middleware
Includes: URL rewrite, redirect, response cache/compression, session, and other general middlewares
feature-output-caching
Milestone
Cache entries should be stored in configurable locations.
In-memory, filesystem, and hybrid stores (metadata in memory and content on disk) are planned.
Some stores are able to handle size limits.
The storage for cached entries can be extended by developers by implementing a service and registering it in DI.
Potential implementations: Redis, database, CosmosDB, table/blob storage, sqlite
The text was updated successfully, but these errors were encountered: