cache: MapCache: Introduce MapCache, thread-safe cache (key/value store)

This commit is contained in:
2021-10-08 00:08:00 +02:00
parent b59e81a41d
commit e970ba1682
2 changed files with 38 additions and 0 deletions

1
cache/mapcache.cpp vendored Normal file
View File

@@ -0,0 +1 @@
#include "mapcache.h"