We typically divide the system into a backend and a public site, and use prefixes like AbpDistributedCacheOptions options.KeyPrefix = "MySitePublic:" to distinguish between different caches.
However, we’ve designed some FeatureDefinition configurations and use the SaaS feature system to manage tenant-specific functionality. The issue is that the public site’s cache doesn’t update immediately when these features change.
Are there any effective mechanisms to handle this problem—not just for Feature caching, but also for broader cache synchronization?
I want to get source @volosoft/ngx-lepton-x and @volo/ngx-lepton-x.core
After uploading an image, if the user later removes this image data, the blog or page will end up with many unused images. How do you handle this issue?
Version: ABP 9.2.0, using Angular UI and AuthServer.
What could be causing this problem?
If we move the generated files to another folder, we will lose the ability to use ABP Suite to add fields or make adjustments. This happens because we want to categorize folders using namespaces, for example, Abc/CMS/Pages/Page.cs. However, when generated by ABP Suite, it only creates the first-level folder Pages/Page.cs. After moving the folder, we lose the functionality of the CRUD Page Generator.