8 #ifndef CPPCMS_CACHE_POOL_H
9 #define CPPCMS_CACHE_POOL_H
11 #include <cppcms/defs.h>
12 #include <booster/noncopyable.h>
13 #include <booster/intrusive_ptr.h>
14 #include <booster/hold_ptr.h>
15 #include <cppcms/base_cache_fwd.h>
18 namespace json {
class value; }
19 namespace impl {
class base_cache; }
22 class CPPCMS_API cache_pool {
24 cache_pool(json::value
const &settings);