15 controller_class=None,
17 cacheable_methods=None,
20 cache =
DictCache()
if cache
is None else cache
21 adapter_class = adapter_class
or CacheControlAdapter
24 cache_etags=cache_etags,
25 serializer=serializer,
27 controller_class=controller_class,
28 cacheable_methods=cacheable_methods,