Scogun / ktor-simple-cache

Apache License 2.0
16 stars 1 forks source link

Simple Cache is not thread-safety #4

Closed Scogun closed 11 months ago

Scogun commented 11 months ago

When there are many requests happens for one end-point simulteniusly - Simple Cache call setCache provider method few times instead of one. There is test into Simple Memory Cache repositore which highlights the problem.