Skip to content

refactor object cache deletion

kaniini requested to merge refactor/object-cache-deletion into develop

Clean up the way objects are deleted to ensure cache-based leaks and cache-caused zombie objects aren't possible in the future.

Add regression tests to check for basic deletions as well as zombies.

Merge request reports