Перейти к содержимому

There are DB struct methods: get, set. Write a cache that:

nosql-cache · cachingInDrive - 2Q1 2025не решено

There are DB struct methods: get, set. Write a cache that:

  • on write to DB, after successful DB write -> writes to cache;
  • on read: first check cache, if no value -> go to DB.

Источник: InDrive - 2 · Q1 2025

Все задачи · NoSQL и кэш · Реализовать TTL cache и методы Push, Po… →