#include "CircularCache.h"
#include "threads/SystemClock.h"
#include "utils/log.h"
#include <algorithm>
#include <mutex>
#include <string.h>