pub fn finalize_context(ctx: BoxContext) -> CacheContextExpand description
Convert a BoxContext (SmallBox) into a CacheContext.
This function converts the SmallBox to a Box and then calls
into_cache_context(). The allocation happens only at the end
of the request lifecycle when the context is finalized.