#ifndef CACHE_H
#define CACHE_H

#include "header.h"

enum _enum {
  XXX
};

#endif