Sobes.tech
Junior — Senior

Development of caching architecture for a software product

livecode

Task condition

Create a caching mechanism for an existing solution.

  • Analyze which data fragments are most beneficial to store in cache.
  • Choose the optimal tool or technology for implementing the cache.
  • Implement a process for invalidating cached records when the source data changes.
  • Consider different transaction isolation levels when working with the cache.
  • Compare system performance metrics before and after cache implementation.
using System;

public class Program
    {
        public static void Main()
    {

    }
}