You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 11, 2026. It is now read-only.
Implement a distributed caching to improve general performance.
A good candidate of caching are document cover images for instance. Cache entries like cover page which is the first image extracted from a PDF or PowerPoint, could be added at indexing time.
Implement a distributed caching to improve general performance.
A good candidate of caching are document cover images for instance. Cache entries like cover page which is the first image extracted from a PDF or PowerPoint, could be added at indexing time.
Reference documentation
[Distributed Caching] (https://docs.microsoft.com/en-us/aspnet/core/performance/caching/distributed?view=aspnetcore-6.0)