Redeon.SuperSiteEngineCore.Web.Eltheon.Core.Features.InMemory.Admin
Overview
Pattern-A Razor Class Library for the Eltheon InMemory admin page. The package keeps the existing /Admin/InMemory/Index route while moving the page, PageModel, resources, typed permissions and navigation out of the template.
Usage
Register the InMemory core feature as before, then register the admin surface and application part:
builder.Services.AddEltheonInMemory();
builder.Services.AddEltheonInMemoryAdmin();
builder.Services.AddRazorPages()
.AddEltheonInMemoryAdminApplicationPart();
The admin page uses System.InMemory.View for read access and System.InMemory.Clear for clearing tables. Existing legacy permissions such as InMemoryManagement may remain in host seeds for compatibility, but they are not used for the feature-owned page or navigation entry.