Scogun / ktor-simple-cache

Apache License 2.0
16 stars 1 forks source link

Cache key should contain ordering values #7

Closed Scogun closed 10 months ago

Scogun commented 10 months ago

Current situation

Right now, during a cache key building, query parameters are ordering. However, if a parameter is the list one - its values must be ordering too.

Expected result

For requests /get?ids=1,2 and /get?ids=2,1 should be built the same key.