Skip to content
  • Christian Hergert's avatar
    cache: make cache thread-safe · 4468ac6f
    Christian Hergert authored
    The cache owns all objects, and they are never destroyed, so we
    just need to synchronize readers and writers (who insert objects
    into the cache).
    4468ac6f