shadowsocks-uri-generator icon indicating copy to clipboard operation
shadowsocks-uri-generator copied to clipboard

[Feature] Online Config Cache

Open database64128 opened this issue 4 years ago • 0 comments

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:

database64128 avatar Jul 19 '21 09:07 database64128