#include #include "Cache.h" class CacheFactory { public: static Cache* createCache(string s); };