Hi, just wanted to know how long the rendered files are cached and the same is returned to user instead of re rendering them?
following setting has been included to locate file path.
.AddLocalCache(“./GroupDoCsCache”); …...cs and LocalFileStorage.cs implementation for...and then register it in Program.cs e.g. builder.Services.AddTransient<IFileCache...