blob: 7e5dc3d175d9d7e156d78fe52eb73ae5c6e78950 [file] [log] [blame]
#include "ctemplate/template_cache.h"
namespace aos {
namespace http {
// Retrieves the cache used by all of the aos functions etc.
// This cache will have its root directory set to the directory where the
// executable is running from.
ctemplate::TemplateCache *get_template_cache();
} // namespace http
} // namespace aos