pub fn init<CA: Cache + 'static>(
    maybe_create_cache: Option<CreateCache<CA>>
) -> Extension