Skip to content

Commit

Permalink
added memory cache for items count
Browse files Browse the repository at this point in the history
Signed-off-by: David Hernando <david.hernando@make.services>
  • Loading branch information
davidatwhiletrue committed Nov 25, 2024
1 parent c60abc7 commit e8ab7e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Docs/Demos/NCTLWebExplorer/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
builder.Services.AddRazorPages();
builder.Services.AddServerSideBlazor();

builder.Services.AddMemoryCache();

// Add Radzen services.
builder.Services.AddScoped<NotificationService>();

Expand Down

0 comments on commit e8ab7e0

Please sign in to comment.