## Description `StatisticCacheKey` record declares `@NotNull` on components but lacks runtime null checks. ## Solution Add compact constructor with `Objects.requireNonNull` for `uuid` and `key`. ## Files - `StatisticCacheKey.java` **Priority:** Low
Description
StatisticCacheKeyrecord declares@NotNullon components but lacks runtime null checks.Solution
Add compact constructor with
Objects.requireNonNullforuuidandkey.Files
StatisticCacheKey.javaPriority: Low