Trails-Through-Shadows / TTS-API

A communication interface between database and applications, including validation and game logic.
https://api.tts-game.fun/swagger-ui/index.html
0 stars 0 forks source link

[BUG] Cache #32

Open Firestone82 opened 8 months ago

Firestone82 commented 8 months ago

Cache system that I implemented is just basic. Whats needed that cache actually evics with time or when some object is edited. Currently on first get of all parts, all of them are cached forever or until you remove one object from them.

Should work more objective. When I remove one object from cache, whole cache shouldn't be removed.