shadowsocks-uri-generator
shadowsocks-uri-generator copied to clipboard
[Feature] Online Config Cache
Generated online config JSON can be cached until the data service reloads.
Blocked by Response Caching Middleware's lack of support for cache eviction.
- dotnet/aspnetcore#2622
- dotnet/aspnetcore#27387
An alternative is to implement our own in-memory cache.
References: