Skip to content

Bug with request with language param #126

@LucJosin

Description

@LucJosin

Description

After the first request, the findBy will always return the cached value even if language param change

@Cacheable(value = "findBy", key = "#uuid")
D findBy(UUID uuid, String language);

Examples

Requesting with:

/api/v1/seasons/3b980ad3-aef8-4663-a7a9-64cb4979500a?language=en-US

And after with:

/api/v1/seasons/3b980ad3-aef8-4663-a7a9-64cb4979500a?language=pt-BR

Will always return the value in english

Logging

Cache entry for key '3b980ad3-aef8-4663-a7a9-64cb4979500a' found in cache 'findBy'

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingpatch-releasePatch version bump

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions