Spring 3.2 and Cache Abstraction missing EhCache implementation

前端 未结 3 1940
独厮守ぢ
独厮守ぢ 2020-12-30 23:29

I am migrating our code to Spring 3.2 version (from 3.1.3) and I\'ve got an issue with Spring Cache Abstraction.

We use EhCache imp

3条回答
  •  一整个雨季
    2020-12-30 23:42

    Using oss.sonatype.org, you can search for a class by name and find in which artifacts it's contained, when they are indexed: https://oss.sonatype.org/index.html#nexus-search;classname~EhCacheCacheManager.

    As SwapnilS has answered, it's in spring-context-support.

提交回复
热议问题