Skip to content

Commit

Permalink
drop softvalue restriction on caffeine cache spec
Browse files Browse the repository at this point in the history
  • Loading branch information
thoniTUB committed Feb 24, 2025
1 parent 6329618 commit f4ef43f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,8 @@ public class XodusStoreFactory implements StoreFactory {
* See <a href="https://github.com/ben-manes/caffeine/wiki/Specification">CaffeineSpec</a>
*/
@NotEmpty
@ValidCaffeineSpec(softValue = true)
private String caffeineSpec = "softValues";
@ValidCaffeineSpec()
private String caffeineSpec = "softvalues";

private boolean loadStoresOnStart = false;

Expand Down

0 comments on commit f4ef43f

Please sign in to comment.