clippy flagged "you should consider adding a `Default` implementation for `CodeCache`". Add the impl delegating to `new()`. Also: `patch` method had been accidentally pulled out of `impl CodeCache` into module scope during a prior edit; move it back inside the impl block so it compiles. Verification: all 4 cubedbt tests pass, clippy clean. Co-Authored-By: Hermes Agent