Browse Source
Update `CacheAspectSupport` to expand any var-arg parameters before calling `KeyGenerator` implementations. Prior to this commit var-args would be passed to `KeyGenerator` implementations as a nested array, often causing the same key to be generated regardless of the arguments. Issue: SPR-10870pull/352/merge
10 changed files with 72 additions and 5 deletions
Loading…
Reference in new issue