Skip navigation links
Spring Framework

@NonNullApi @NonNullFields

Package org.springframework.cache.ehcache

Support classes for the open source cache EhCache 2.x, allowing to set up an EhCache CacheManager and Caches as beans in a Spring context.

See: Description

Package org.springframework.cache.ehcache Description

Support classes for the open source cache EhCache 2.x, allowing to set up an EhCache CacheManager and Caches as beans in a Spring context.

Note: EhCache 3.x lives in a different package namespace and is not covered by the traditional support classes here. Instead, consider using it through JCache (JSR-107), with Spring's support in org.springframework.cache.jcache.

Skip navigation links
Spring Framework