Cherry
Cherry

Reputation: 33524

How integrate caffeine with Spring 3.1?

There are a lot of example about caffeine and Spring 4+ or Spring boot integration. But how integrate caffeine with Spring 3.1 and Spring cache (not JCache)?

Upvotes: 0

Views: 761

Answers (1)

Stephane Nicoll
Stephane Nicoll

Reputation: 33091

There isn't a support for Caffeine in Spring 3.1. You may want to consider upgrading to a more recent Spring Framework version (3.1 is EOL). Caffeine support is available as of 4.3.

Upvotes: 1

Related Questions